Update build version. Update change logs. (#3642)

test/remove-tests^2 v4.0.0
Cal Leung 1 year ago committed by GitHub
parent c2135861a2
commit 82a06defc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CHANGELOG.md
  2. 2
      android/app/build.gradle
  3. 2
      bitrise.yml
  4. 4
      ios/MetaMask.xcodeproj/project.pbxproj

@ -4,6 +4,7 @@
## v4.0.0 - January 20, 2022
- [#3509](https://github.com/MetaMask/metamask-mobile/pull/3509): [IMPROVEMENT] Upgrade to React Native 0.66.3
- [#3623](https://github.com/MetaMask/metamask-mobile/pull/3623): [FIX] Fix swaps slider button re-rendering
- [#3481](https://github.com/MetaMask/metamask-mobile/pull/3481): [FIX] Fix confirm button disabled on txn confirmation
- [#3495](https://github.com/MetaMask/metamask-mobile/pull/3495): [IMPROVEMENT] Reduce png file image weight using TinyPng cli tool

@ -160,7 +160,7 @@ android {
applicationId "io.metamask"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 809
versionCode 810
versionName "4.0.0"
multiDexEnabled true
testBuildType System.getProperty('testBuildType', 'debug')

@ -329,7 +329,7 @@ app:
VERSION_NAME: 4.0.0
- opts:
is_expand: false
VERSION_NUMBER: 809
VERSION_NUMBER: 810
- opts:
is_expand: false
ANDROID_APK_LINK: ''

@ -817,7 +817,7 @@
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMaskDebug.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 809;
CURRENT_PROJECT_VERSION = 810;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 48XVW22RCG;
@ -884,7 +884,7 @@
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMask.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 809;
CURRENT_PROJECT_VERSION = 810;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 48XVW22RCG;
FRAMEWORK_SEARCH_PATHS = (

Loading…
Cancel
Save