Skip to content

Commit

Permalink
build version bump
Browse files Browse the repository at this point in the history
cleech committed Jun 9, 2021
1 parent 17df272 commit a83084a
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -134,7 +134,7 @@ android {
applicationId "com.gbplaybook"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 3
versionCode 4
versionName "0.5.0"
}
splits {
4 changes: 2 additions & 2 deletions ios/GBPlaybook.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -583,7 +583,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 3;
CURRENT_PROJECT_VERSION = 4;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = GBPlaybook/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
@@ -610,7 +610,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 3;
CURRENT_PROJECT_VERSION = 4;
INFOPLIST_FILE = GBPlaybook/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
2 changes: 1 addition & 1 deletion ios/GBPlaybook/Info.plist
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3</string>
<string>4</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
2 changes: 1 addition & 1 deletion ios/GBPlaybookTests/Info.plist
Original file line number Diff line number Diff line change
@@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3</string>
<string>4</string>
</dict>
</plist>

0 comments on commit a83084a

Please sign in to comment.