File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
KaooAppReloaded.xcodeproj Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ android {
8585 applicationId " xyz.commanderred.kaooappreloaded"
8686 minSdkVersion rootProject. ext. minSdkVersion
8787 targetSdkVersion rootProject. ext. targetSdkVersion
88- versionCode 7
89- versionName " 1.2.1 "
88+ versionCode 8
89+ versionName " 1.2.2 "
9090 externalNativeBuild {
9191 // For ndk-build, instead use the ndkBuild block.
9292 cmake {
Original file line number Diff line number Diff line change 265265 ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
266266 CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
267267 CLANG_ENABLE_MODULES = YES;
268- CURRENT_PROJECT_VERSION = 7 ;
268+ CURRENT_PROJECT_VERSION = 8 ;
269269 ENABLE_BITCODE = NO;
270270 INFOPLIST_FILE = KaooAppReloaded/Info.plist;
271271 INFOPLIST_KEY_CFBundleDisplayName = "Kaoo - Order now";
297297 ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
298298 CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
299299 CLANG_ENABLE_MODULES = YES;
300- CURRENT_PROJECT_VERSION = 7 ;
300+ CURRENT_PROJECT_VERSION = 8 ;
301301 INFOPLIST_FILE = KaooAppReloaded/Info.plist;
302302 INFOPLIST_KEY_CFBundleDisplayName = "Kaoo - Order now";
303303 INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
Original file line number Diff line number Diff line change 1919 <key >CFBundlePackageType </key >
2020 <string >APPL </string >
2121 <key >CFBundleShortVersionString </key >
22- <string >1.2.1 </string >
22+ <string >1.2.2 </string >
2323 <key >CFBundleSignature </key >
2424 <string >???? </string >
2525 <key >CFBundleVersion </key >
26- <string >7 </string >
26+ <string >8 </string >
2727 <key >LSRequiresIPhoneOS </key >
2828 <true />
2929 <key >NSAppTransportSecurity </key >
Original file line number Diff line number Diff line change 11{
22 "name" : " kaooappreloaded" ,
3- "version" : " 1.2.1 " ,
3+ "version" : " 1.2.2 " ,
44 "private" : true ,
55 "scripts" : {
66 "android" : " react-native run-android --active-arch-only" ,
You can’t perform that action at this time.
0 commit comments