File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -100,8 +100,8 @@ android {
100
100
applicationId " app.zeusln.zeus"
101
101
minSdkVersion rootProject. ext. minSdkVersion
102
102
targetSdkVersion rootProject. ext. targetSdkVersion
103
- versionCode 85
104
- versionName " 0.8.4-rc2 "
103
+ versionCode 86
104
+ versionName " 0.8.4"
105
105
multiDexEnabled true
106
106
missingDimensionStrategy ' react-native-camera' , ' general'
107
107
}
Original file line number Diff line number Diff line change 1818
1818
CODE_SIGN_ENTITLEMENTS = zeus/zeus.entitlements;
1819
1819
CODE_SIGN_IDENTITY = "Apple Development";
1820
1820
CODE_SIGN_STYLE = Automatic;
1821
- CURRENT_PROJECT_VERSION = 9 ;
1821
+ CURRENT_PROJECT_VERSION = 10 ;
1822
1822
DEAD_CODE_STRIPPING = YES;
1823
1823
DEVELOPMENT_TEAM = 9TU7M3555F;
1824
1824
ENABLE_BITCODE = NO;
1867
1867
CODE_SIGN_ENTITLEMENTS = zeus/zeusRelease.entitlements;
1868
1868
CODE_SIGN_IDENTITY = "Apple Development";
1869
1869
CODE_SIGN_STYLE = Automatic;
1870
- CURRENT_PROJECT_VERSION = 9 ;
1870
+ CURRENT_PROJECT_VERSION = 10 ;
1871
1871
DEAD_CODE_STRIPPING = YES;
1872
1872
DEVELOPMENT_TEAM = 9TU7M3555F;
1873
1873
ENABLE_BITCODE = NO;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zeus" ,
3
- "version" : " 0.8.4-rc2 " ,
3
+ "version" : " 0.8.4" ,
4
4
"private" : true ,
5
5
"jest" : {
6
6
"preset" : " react-native" ,
You can’t perform that action at this time.
0 commit comments