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 {
8383 applicationId " to.bitkit"
8484 minSdkVersion rootProject. ext. minSdkVersion
8585 targetSdkVersion rootProject. ext. targetSdkVersion
86- versionCode 160
87- versionName " 1.1.5 "
86+ versionCode 161
87+ versionName " 1.1.6 "
8888 testBuildType System . getProperty(' testBuildType' , ' debug' )
8989 testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
9090 }
Original file line number Diff line number Diff line change 307307 ASSETCATALOG_COMPILER_APPICON_NAME = AppIconOrange;
308308 ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
309309 CLANG_ENABLE_MODULES = YES;
310- CURRENT_PROJECT_VERSION = 159 ;
310+ CURRENT_PROJECT_VERSION = 161 ;
311311 DEVELOPMENT_TEAM = KYH47R284B;
312312 ENABLE_BITCODE = NO;
313313 INFOPLIST_FILE = bitkit/Info.plist;
318318 "$(inherited)",
319319 "@executable_path/Frameworks",
320320 );
321- MARKETING_VERSION = 1.1.4 ;
321+ MARKETING_VERSION = 1.1.6 ;
322322 OTHER_LDFLAGS = (
323323 "$(inherited)",
324324 "-ObjC",
339339 ASSETCATALOG_COMPILER_APPICON_NAME = AppIconOrange;
340340 ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
341341 CLANG_ENABLE_MODULES = YES;
342- CURRENT_PROJECT_VERSION = 159 ;
342+ CURRENT_PROJECT_VERSION = 161 ;
343343 DEVELOPMENT_TEAM = KYH47R284B;
344344 ENABLE_BITCODE = NO;
345345 INFOPLIST_FILE = bitkit/Info.plist;
350350 "$(inherited)",
351351 "@executable_path/Frameworks",
352352 );
353- MARKETING_VERSION = 1.1.4 ;
353+ MARKETING_VERSION = 1.1.6 ;
354354 OTHER_LDFLAGS = (
355355 "$(inherited)",
356356 "-ObjC",
Original file line number Diff line number Diff line change 11{
22 "name" : " bitkit" ,
33 "author" : " Synonym" ,
4- "version" : " 1.1.5 " ,
4+ "version" : " 1.1.6 " ,
55 "scripts" : {
66 "start" : " react-native start --client-logs" ,
77 "android" : " react-native run-android" ,
You can’t perform that action at this time.
0 commit comments