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 @@ -137,8 +137,8 @@ android {
137137 applicationId " github.funnyzak.v2ex"
138138 minSdkVersion rootProject. ext. minSdkVersion
139139 targetSdkVersion rootProject. ext. targetSdkVersion
140- versionCode 31
141- versionName " 0.6.6 "
140+ versionCode 32
141+ versionName " 0.7.0 "
142142 buildConfigField " boolean" , " IS_NEW_ARCHITECTURE_ENABLED" , isNewArchitectureEnabled(). toString()
143143
144144 if (isNewArchitectureEnabled()) {
Original file line number Diff line number Diff line change 485485 ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
486486 CLANG_ENABLE_MODULES = YES;
487487 CODE_SIGN_IDENTITY = "iPhone Distribution";
488- CURRENT_PROJECT_VERSION = 21 ;
488+ CURRENT_PROJECT_VERSION = 22 ;
489489 DEVELOPMENT_TEAM = ED4U2734MB;
490490 ENABLE_BITCODE = NO;
491491 INFOPLIST_FILE = app/Info.plist;
494494 "$(inherited)",
495495 "@executable_path/Frameworks",
496496 );
497- MARKETING_VERSION = 0.6.5 ;
497+ MARKETING_VERSION = 0.7.0 ;
498498 OTHER_LDFLAGS = (
499499 "$(inherited)",
500500 "-ObjC",
520520 CLANG_ENABLE_MODULES = YES;
521521 CODE_SIGN_IDENTITY = "iPhone Distribution";
522522 CODE_SIGN_STYLE = Manual;
523- CURRENT_PROJECT_VERSION = 21 ;
523+ CURRENT_PROJECT_VERSION = 22 ;
524524 DEVELOPMENT_TEAM = ED4U2734MB;
525525 INFOPLIST_FILE = app/Info.plist;
526526 IPHONEOS_DEPLOYMENT_TARGET = 12.4;
527527 LD_RUNPATH_SEARCH_PATHS = (
528528 "$(inherited)",
529529 "@executable_path/Frameworks",
530530 );
531- MARKETING_VERSION = 0.6.5 ;
531+ MARKETING_VERSION = 0.7.0 ;
532532 OTHER_LDFLAGS = (
533533 "$(inherited)",
534534 "-ObjC",
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-v2ex" ,
3- "version" : " 0.6.5 " ,
3+ "version" : " 0.7.0 " ,
44 "description" : " react native v2ex project" ,
55 "main" : " index.js" ,
66 "private" : false ,
You can’t perform that action at this time.
0 commit comments