Commit 291d844 1 parent e1710c8 commit 291d844 Copy full SHA for 291d844
File tree 3 files changed +4
-4
lines changed
ios/vshop_mobile.xcodeproj
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ android {
118
118
applicationId " dev.vasc.vshop2"
119
119
minSdkVersion rootProject. ext. minSdkVersion
120
120
targetSdkVersion rootProject. ext. targetSdkVersion
121
- versionCode 56
121
+ versionCode 58
122
122
versionName npmVersion
123
123
}
124
124
Original file line number Diff line number Diff line change 533
533
CODE_SIGN_ENTITLEMENTS = vshop_mobile/vshop_mobile.entitlements;
534
534
CODE_SIGN_IDENTITY = "Apple Development";
535
535
CODE_SIGN_STYLE = Automatic;
536
- CURRENT_PROJECT_VERSION = 21 ;
536
+ CURRENT_PROJECT_VERSION = 23 ;
537
537
DEVELOPMENT_TEAM = H4F94U74J4;
538
538
ENABLE_BITCODE = NO;
539
539
INFOPLIST_FILE = vshop_mobile/Info.plist;
566
566
CODE_SIGN_ENTITLEMENTS = vshop_mobile/vshop_mobile.entitlements;
567
567
CODE_SIGN_IDENTITY = "Apple Development";
568
568
CODE_SIGN_STYLE = Automatic;
569
- CURRENT_PROJECT_VERSION = 21 ;
569
+ CURRENT_PROJECT_VERSION = 23 ;
570
570
DEVELOPMENT_TEAM = H4F94U74J4;
571
571
INFOPLIST_FILE = vshop_mobile/Info.plist;
572
572
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vshop_mobile" ,
3
- "version" : " 2.7.6-beta.1 " ,
3
+ "version" : " 2.7.6" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"android" : " react-native run-android" ,
You can’t perform that action at this time.
0 commit comments