File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -139,8 +139,8 @@ android {
139139 targetSdkVersion rootProject. ext. targetSdkVersion
140140 multiDexEnabled true
141141 vectorDrawables. useSupportLibrary = true
142- versionCode 19
143- versionName " 0.0.19 "
142+ versionCode 20
143+ versionName " 0.0.20 "
144144 }
145145 splits {
146146 abi {
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >APPL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.0.19 </string >
18+ <string >0.0.20 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >19 </string >
22+ <string >20 </string >
2323 <key >LSRequiresIPhoneOS </key >
2424 <true />
2525 <key >NSAppTransportSecurity </key >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >BNDL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.0.19 </string >
18+ <string >0.0.20 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >19 </string >
22+ <string >20 </string >
2323</dict >
2424</plist >
Original file line number Diff line number Diff line change 672672 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
673673 CLANG_ENABLE_MODULES = YES;
674674 CODE_SIGN_IDENTITY = "iPhone Distribution";
675- CURRENT_PROJECT_VERSION = 19 ;
675+ CURRENT_PROJECT_VERSION = 20 ;
676676 DEVELOPMENT_TEAM = EHV7XZLAHA;
677677 ENABLE_BITCODE = NO;
678678 INFOPLIST_FILE = SampleApp/Info.plist;
699699 CLANG_ENABLE_MODULES = YES;
700700 CODE_SIGN_IDENTITY = "iPhone Distribution";
701701 CODE_SIGN_STYLE = Manual;
702- CURRENT_PROJECT_VERSION = 19 ;
702+ CURRENT_PROJECT_VERSION = 20 ;
703703 DEVELOPMENT_TEAM = EHV7XZLAHA;
704704 INFOPLIST_FILE = SampleApp/Info.plist;
705705 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >APPL </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >0.0.19 </string >
20+ <string >0.0.20 </string >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleVersion </key >
24- <string >19 </string >
24+ <string >20 </string >
2525 <key >LSRequiresIPhoneOS </key >
2626 <true />
2727 <key >NSAppTransportSecurity </key >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >BNDL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.0.19 </string >
18+ <string >0.0.20 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >19 </string >
22+ <string >20 </string >
2323</dict >
2424</plist >
Original file line number Diff line number Diff line change 11{
22 "name" : " SampleApp" ,
3- "version" : " 0.0.19 " ,
3+ "version" : " 0.0.20 " ,
44 "private" : true ,
55 "scripts" : {
66 "android" : " npx react-native run-android" ,
You can’t perform that action at this time.
0 commit comments