File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ android {
8080 applicationId " to.bitkit"
8181 minSdkVersion rootProject. ext. minSdkVersion
8282 targetSdkVersion rootProject. ext. targetSdkVersion
83- versionCode 111
84- versionName " 1.0"
83+ versionCode 126
84+ versionName " 1.0.1 "
8585 multiDexEnabled true
8686 missingDimensionStrategy ' react-native-camera' , ' general'
8787 }
Original file line number Diff line number Diff line change 517517 ASSETCATALOG_COMPILER_APPICON_NAME = AppIconOrange;
518518 ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
519519 CLANG_ENABLE_MODULES = YES;
520- CURRENT_PROJECT_VERSION = 111 ;
520+ CURRENT_PROJECT_VERSION = 126 ;
521521 DEVELOPMENT_TEAM = KYH47R284B;
522522 ENABLE_BITCODE = NO;
523523 INFOPLIST_FILE = bitkit/Info.plist;
528528 "$(inherited)",
529529 "@executable_path/Frameworks",
530530 );
531- MARKETING_VERSION = 1.0;
531+ MARKETING_VERSION = 1.0.1 ;
532532 OTHER_LDFLAGS = (
533533 "$(inherited)",
534534 "-ObjC",
549549 ASSETCATALOG_COMPILER_APPICON_NAME = AppIconOrange;
550550 ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
551551 CLANG_ENABLE_MODULES = YES;
552- CURRENT_PROJECT_VERSION = 111 ;
552+ CURRENT_PROJECT_VERSION = 126 ;
553553 DEVELOPMENT_TEAM = KYH47R284B;
554554 ENABLE_BITCODE = NO;
555555 INFOPLIST_FILE = bitkit/Info.plist;
560560 "$(inherited)",
561561 "@executable_path/Frameworks",
562562 );
563- MARKETING_VERSION = 1.0;
563+ MARKETING_VERSION = 1.0.1 ;
564564 OTHER_LDFLAGS = (
565565 "$(inherited)",
566566 "-ObjC",
Original file line number Diff line number Diff line change 11{
22 "name" : " bitkit" ,
33 "author" : " Synonym" ,
4- "version" : " 1.0.0-beta.111 " ,
4+ "version" : " 1.0.1 " ,
55 "scripts" : {
66 "start" : " react-native start" ,
77 "android" : " react-native run-android" ,
You can’t perform that action at this time.
0 commit comments