File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -98,8 +98,8 @@ android {
98
98
applicationId " com.nkvi.rngithubcicd"
99
99
minSdkVersion rootProject. ext. minSdkVersion
100
100
targetSdkVersion rootProject. ext. targetSdkVersion
101
- versionCode 5
102
- versionName " 0.0.2 "
101
+ versionCode 6
102
+ versionName " 0.0.3 "
103
103
}
104
104
105
105
splits {
Original file line number Diff line number Diff line change 485
485
buildSettings = {
486
486
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
487
487
CLANG_ENABLE_MODULES = YES;
488
- CURRENT_PROJECT_VERSION = 5 ;
488
+ CURRENT_PROJECT_VERSION = 6 ;
489
489
ENABLE_BITCODE = NO;
490
490
INFOPLIST_FILE = AwesomeProject/Info.plist;
491
491
LD_RUNPATH_SEARCH_PATHS = (
512
512
buildSettings = {
513
513
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
514
514
CLANG_ENABLE_MODULES = YES;
515
- CURRENT_PROJECT_VERSION = 5 ;
515
+ CURRENT_PROJECT_VERSION = 6 ;
516
516
INFOPLIST_FILE = AwesomeProject/Info.plist;
517
517
LD_RUNPATH_SEARCH_PATHS = (
518
518
"$(inherited)",
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >0.0.2 </string >
20
+ <string >0.0.3 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
24
- <string >4 </string >
24
+ <string >5 </string >
25
25
<key >LSRequiresIPhoneOS </key >
26
26
<true />
27
27
<key >NSAppTransportSecurity </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.0.2 </string >
18
+ <string >0.0.3 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >5 </string >
22
+ <string >6 </string >
23
23
</dict >
24
24
</plist >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " AwesomeProject" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"android" : " react-native run-android" ,
You can’t perform that action at this time.
0 commit comments