Skip to content

Commit 585051e

Browse files
committed
v0.8.5-hotfix: bump build numbers
1 parent c924b7c commit 585051e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ android {
100100
applicationId "app.zeusln.zeus"
101101
minSdkVersion rootProject.ext.minSdkVersion
102102
targetSdkVersion rootProject.ext.targetSdkVersion
103-
versionCode 89
103+
versionCode 90
104104
versionName "0.8.5-hotfix"
105105
multiDexEnabled true
106106
missingDimensionStrategy 'react-native-camera', 'general'

ios/zeus.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1818,7 +1818,7 @@
18181818
CODE_SIGN_ENTITLEMENTS = zeus/zeus.entitlements;
18191819
CODE_SIGN_IDENTITY = "Apple Development";
18201820
CODE_SIGN_STYLE = Automatic;
1821-
CURRENT_PROJECT_VERSION = 1;
1821+
CURRENT_PROJECT_VERSION = 2;
18221822
DEAD_CODE_STRIPPING = YES;
18231823
DEVELOPMENT_TEAM = 9TU7M3555F;
18241824
ENABLE_BITCODE = NO;
@@ -1867,7 +1867,7 @@
18671867
CODE_SIGN_ENTITLEMENTS = zeus/zeusRelease.entitlements;
18681868
CODE_SIGN_IDENTITY = "Apple Development";
18691869
CODE_SIGN_STYLE = Automatic;
1870-
CURRENT_PROJECT_VERSION = 1;
1870+
CURRENT_PROJECT_VERSION = 2;
18711871
DEAD_CODE_STRIPPING = YES;
18721872
DEVELOPMENT_TEAM = 9TU7M3555F;
18731873
ENABLE_BITCODE = NO;

0 commit comments

Comments
 (0)