File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ android {
7777 applicationId " com.orbit.app"
7878 minSdkVersion rootProject. ext. minSdkVersion
7979 targetSdkVersion rootProject. ext. targetSdkVersion
80- versionCode 5
81- versionName " 3.0.3 "
80+ versionCode 6
81+ versionName " 3.0.4 "
8282 multiDexEnabled true
8383
8484 // Java 8 Desugaring Support
Original file line number Diff line number Diff line change 465465 buildSettings = {
466466 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
467467 CLANG_ENABLE_MODULES = YES;
468- CURRENT_PROJECT_VERSION = 1 ;
468+ CURRENT_PROJECT_VERSION = 6 ;
469469 ENABLE_BITCODE = NO;
470470 INFOPLIST_FILE = Orbit/Info.plist;
471471 LD_RUNPATH_SEARCH_PATHS = (
472472 "$(inherited)",
473473 "@executable_path/Frameworks",
474474 );
475- MARKETING_VERSION = 1.0 ;
475+ MARKETING_VERSION = 3.0.4 ;
476476 OTHER_LDFLAGS = (
477477 "$(inherited)",
478478 "-ObjC",
492492 buildSettings = {
493493 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
494494 CLANG_ENABLE_MODULES = YES;
495- CURRENT_PROJECT_VERSION = 1 ;
495+ CURRENT_PROJECT_VERSION = 6 ;
496496 INFOPLIST_FILE = Orbit/Info.plist;
497497 LD_RUNPATH_SEARCH_PATHS = (
498498 "$(inherited)",
499499 "@executable_path/Frameworks",
500500 );
501- MARKETING_VERSION = 1.0 ;
501+ MARKETING_VERSION = 3.0.4 ;
502502 OTHER_LDFLAGS = (
503503 "$(inherited)",
504504 "-ObjC",
Original file line number Diff line number Diff line change 11{
22 "name" : " Orbit" ,
3- "version" : " 0 .0.1 " ,
3+ "version" : " 3 .0.4 " ,
44 "private" : true ,
55 "scripts" : {
66 "android" : " react-native run-android" ,
You can’t perform that action at this time.
0 commit comments