File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ android {
161
161
applicationId " io.metamask"
162
162
minSdkVersion rootProject. ext. minSdkVersion
163
163
targetSdkVersion rootProject. ext. targetSdkVersion
164
- versionCode 800
164
+ versionCode 801
165
165
versionName " 3.8.0"
166
166
multiDexEnabled true
167
167
testBuildType System . getProperty(' testBuildType' , ' debug' )
Original file line number Diff line number Diff line change 329
329
VERSION_NAME : 3.8.0
330
330
- opts :
331
331
is_expand : false
332
- VERSION_NUMBER : 800
332
+ VERSION_NUMBER : 801
333
333
- opts :
334
334
is_expand : false
335
335
ANDROID_APK_LINK : ' '
Original file line number Diff line number Diff line change 848
848
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMaskDebug.entitlements;
849
849
CODE_SIGN_IDENTITY = "iPhone Developer";
850
850
CODE_SIGN_STYLE = Manual;
851
- CURRENT_PROJECT_VERSION = 800 ;
851
+ CURRENT_PROJECT_VERSION = 801 ;
852
852
DEAD_CODE_STRIPPING = NO;
853
853
DEBUG_INFORMATION_FORMAT = dwarf;
854
854
DEVELOPMENT_TEAM = 48XVW22RCG;
912
912
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMask.entitlements;
913
913
CODE_SIGN_IDENTITY = "iPhone Distribution";
914
914
CODE_SIGN_STYLE = Manual;
915
- CURRENT_PROJECT_VERSION = 800 ;
915
+ CURRENT_PROJECT_VERSION = 801 ;
916
916
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
917
917
DEVELOPMENT_TEAM = 48XVW22RCG;
918
918
FRAMEWORK_SEARCH_PATHS = (
You can’t perform that action at this time.
0 commit comments