Skip to content

Commit fb6a77b

Browse files
authored
chore: Chore/7.32.0 bump 1453 (#11727)
<!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until the template has been completely filled out, and PR status checks have passed at least once. --> ## **Description** <!-- Write a short description of the changes included in this pull request, also include relevant motivation and context. Have in mind the following questions: 1. What is the reason for the change? 2. What is the improvement/solution? --> Bump 7.32.0 RC 10 - 1453 ## **Related issues** Fixes: ## **Manual testing steps** 1. Go to this page... 2. 3. ## **Screenshots/Recordings** <!-- If applicable, add screenshots and/or recordings to visualize the before and after of your change. --> ### **Before** <!-- [screenshots/recordings] --> ### **After** <!-- [screenshots/recordings] --> ## **Pre-merge author checklist** - [ ] I’ve followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Mobile Coding Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [ ] I've completed the PR template to the best of my ability - [ ] I’ve included tests if applicable - [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [ ] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.
1 parent a36e334 commit fb6a77b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ android {
173173
applicationId "io.metamask"
174174
minSdkVersion rootProject.ext.minSdkVersion
175175
targetSdkVersion rootProject.ext.targetSdkVersion
176-
versionCode 1450
176+
versionCode 1453
177177
versionName "7.32.0"
178178
testBuildType System.getProperty('testBuildType', 'debug')
179179
missingDimensionStrategy 'react-native-camera', 'general'

bitrise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1500,13 +1500,13 @@ app:
15001500
VERSION_NAME: 7.32.0
15011501
- opts:
15021502
is_expand: false
1503-
VERSION_NUMBER: 1450
1503+
VERSION_NUMBER: 1453
15041504
- opts:
15051505
is_expand: false
15061506
FLASK_VERSION_NAME: 7.32.0
15071507
- opts:
15081508
is_expand: false
1509-
FLASK_VERSION_NUMBER: 1450
1509+
FLASK_VERSION_NUMBER: 1453
15101510
- opts:
15111511
is_expand: false
15121512
ANDROID_APK_LINK: ''

ios/MetaMask.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,7 @@
12731273
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMaskDebug.entitlements;
12741274
CODE_SIGN_IDENTITY = "Apple Development";
12751275
CODE_SIGN_STYLE = Automatic;
1276-
CURRENT_PROJECT_VERSION = 1450;
1276+
CURRENT_PROJECT_VERSION = 1453;
12771277
DEAD_CODE_STRIPPING = YES;
12781278
DEBUG_INFORMATION_FORMAT = dwarf;
12791279
DEVELOPMENT_TEAM = 48XVW22RCG;
@@ -1338,7 +1338,7 @@
13381338
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMask.entitlements;
13391339
CODE_SIGN_IDENTITY = "iPhone Distribution";
13401340
CODE_SIGN_STYLE = Manual;
1341-
CURRENT_PROJECT_VERSION = 1450;
1341+
CURRENT_PROJECT_VERSION = 1453;
13421342
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
13431343
DEVELOPMENT_TEAM = 48XVW22RCG;
13441344
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 48XVW22RCG;
@@ -1401,7 +1401,7 @@
14011401
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMaskDebug.entitlements;
14021402
CODE_SIGN_IDENTITY = "Apple Development";
14031403
CODE_SIGN_STYLE = Automatic;
1404-
CURRENT_PROJECT_VERSION = 1450;
1404+
CURRENT_PROJECT_VERSION = 1453;
14051405
DEAD_CODE_STRIPPING = YES;
14061406
DEBUG_INFORMATION_FORMAT = dwarf;
14071407
DEVELOPMENT_TEAM = 48XVW22RCG;
@@ -1462,7 +1462,7 @@
14621462
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMask.entitlements;
14631463
CODE_SIGN_IDENTITY = "iPhone Distribution";
14641464
CODE_SIGN_STYLE = Manual;
1465-
CURRENT_PROJECT_VERSION = 1450;
1465+
CURRENT_PROJECT_VERSION = 1453;
14661466
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
14671467
DEVELOPMENT_TEAM = 48XVW22RCG;
14681468
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 48XVW22RCG;
@@ -1616,7 +1616,7 @@
16161616
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMaskDebug.entitlements;
16171617
CODE_SIGN_IDENTITY = "Apple Development";
16181618
CODE_SIGN_STYLE = Automatic;
1619-
CURRENT_PROJECT_VERSION = 1450;
1619+
CURRENT_PROJECT_VERSION = 1453;
16201620
DEAD_CODE_STRIPPING = YES;
16211621
DEBUG_INFORMATION_FORMAT = dwarf;
16221622
DEVELOPMENT_TEAM = 48XVW22RCG;
@@ -1684,7 +1684,7 @@
16841684
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMask.entitlements;
16851685
CODE_SIGN_IDENTITY = "iPhone Distribution";
16861686
CODE_SIGN_STYLE = Manual;
1687-
CURRENT_PROJECT_VERSION = 1450;
1687+
CURRENT_PROJECT_VERSION = 1453;
16881688
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
16891689
DEVELOPMENT_TEAM = 48XVW22RCG;
16901690
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 48XVW22RCG;

0 commit comments

Comments
 (0)