File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## v4.0.0 - January 20, 2022
6
6
- [ #3509 ] ( https://github.com/MetaMask/metamask-mobile/pull/3509 ) : [ IMPROVEMENT] Upgrade to React Native 0.66.3
7
+ - [ #3623 ] ( https://github.com/MetaMask/metamask-mobile/pull/3623 ) : [ FIX] Fix swaps slider button re-rendering
7
8
- [ #3481 ] ( https://github.com/MetaMask/metamask-mobile/pull/3481 ) : [ FIX] Fix confirm button disabled on txn confirmation
8
9
- [ #3495 ] ( https://github.com/MetaMask/metamask-mobile/pull/3495 ) : [ IMPROVEMENT] Reduce png file image weight using TinyPng cli tool
9
10
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ android {
160
160
applicationId " io.metamask"
161
161
minSdkVersion rootProject. ext. minSdkVersion
162
162
targetSdkVersion rootProject. ext. targetSdkVersion
163
- versionCode 809
163
+ versionCode 810
164
164
versionName " 4.0.0"
165
165
multiDexEnabled true
166
166
testBuildType System . getProperty(' testBuildType' , ' debug' )
Original file line number Diff line number Diff line change 329
329
VERSION_NAME : 4.0.0
330
330
- opts :
331
331
is_expand : false
332
- VERSION_NUMBER : 809
332
+ VERSION_NUMBER : 810
333
333
- opts :
334
334
is_expand : false
335
335
ANDROID_APK_LINK : ' '
Original file line number Diff line number Diff line change 817
817
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMaskDebug.entitlements;
818
818
CODE_SIGN_IDENTITY = "iPhone Developer";
819
819
CODE_SIGN_STYLE = Manual;
820
- CURRENT_PROJECT_VERSION = 809 ;
820
+ CURRENT_PROJECT_VERSION = 810 ;
821
821
DEAD_CODE_STRIPPING = YES;
822
822
DEBUG_INFORMATION_FORMAT = dwarf;
823
823
DEVELOPMENT_TEAM = 48XVW22RCG;
884
884
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMask.entitlements;
885
885
CODE_SIGN_IDENTITY = "iPhone Distribution";
886
886
CODE_SIGN_STYLE = Manual;
887
- CURRENT_PROJECT_VERSION = 809 ;
887
+ CURRENT_PROJECT_VERSION = 810 ;
888
888
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
889
889
DEVELOPMENT_TEAM = 48XVW22RCG;
890
890
FRAMEWORK_SEARCH_PATHS = (
You can’t perform that action at this time.
0 commit comments