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 @@ -83,8 +83,8 @@ android {
83
83
applicationId " to.bitkit"
84
84
minSdkVersion rootProject. ext. minSdkVersion
85
85
targetSdkVersion rootProject. ext. targetSdkVersion
86
- versionCode 138
87
- versionName " 1.0.6 "
86
+ versionCode 142
87
+ versionName " 1.0.7 "
88
88
multiDexEnabled true
89
89
missingDimensionStrategy ' react-native-camera' , ' general'
90
90
testBuildType System . getProperty(' testBuildType' , ' debug' )
Original file line number Diff line number Diff line change 519
519
ASSETCATALOG_COMPILER_APPICON_NAME = AppIconOrange;
520
520
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
521
521
CLANG_ENABLE_MODULES = YES;
522
- CURRENT_PROJECT_VERSION = 138 ;
522
+ CURRENT_PROJECT_VERSION = 142 ;
523
523
DEVELOPMENT_TEAM = KYH47R284B;
524
524
ENABLE_BITCODE = NO;
525
525
INFOPLIST_FILE = bitkit/Info.plist;
530
530
"$(inherited)",
531
531
"@executable_path/Frameworks",
532
532
);
533
- MARKETING_VERSION = 1.0.6 ;
533
+ MARKETING_VERSION = 1.0.7 ;
534
534
OTHER_LDFLAGS = (
535
535
"$(inherited)",
536
536
"-ObjC",
551
551
ASSETCATALOG_COMPILER_APPICON_NAME = AppIconOrange;
552
552
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
553
553
CLANG_ENABLE_MODULES = YES;
554
- CURRENT_PROJECT_VERSION = 138 ;
554
+ CURRENT_PROJECT_VERSION = 142 ;
555
555
DEVELOPMENT_TEAM = KYH47R284B;
556
556
ENABLE_BITCODE = NO;
557
557
INFOPLIST_FILE = bitkit/Info.plist;
562
562
"$(inherited)",
563
563
"@executable_path/Frameworks",
564
564
);
565
- MARKETING_VERSION = 1.0.6 ;
565
+ MARKETING_VERSION = 1.0.7 ;
566
566
OTHER_LDFLAGS = (
567
567
"$(inherited)",
568
568
"-ObjC",
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bitkit" ,
3
3
"author" : " Synonym" ,
4
- "version" : " 1.0.6 " ,
4
+ "version" : " 1.0.7 " ,
5
5
"scripts" : {
6
6
"start" : " react-native start" ,
7
7
"android" : " react-native run-android" ,
You can’t perform that action at this time.
0 commit comments