Skip to content

Commit 3959b5e

Browse files
authored
chore: Chore/7.24.1 bump rc3 1346 (#10008)
<!-- 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 version to 1346 ## **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 e1a3bcc commit 3959b5e

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ android {
181181
applicationId "io.metamask"
182182
minSdkVersion rootProject.ext.minSdkVersion
183183
targetSdkVersion rootProject.ext.targetSdkVersion
184-
versionCode 1344
184+
versionCode 1346
185185
versionName "7.24.1"
186186
testBuildType System.getProperty('testBuildType', 'debug')
187187
missingDimensionStrategy 'react-native-camera', 'general'

bitrise.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1347,13 +1347,13 @@ app:
13471347
VERSION_NAME: 7.24.1
13481348
- opts:
13491349
is_expand: false
1350-
VERSION_NUMBER: 1344
1350+
VERSION_NUMBER: 1346
13511351
- opts:
13521352
is_expand: false
13531353
FLASK_VERSION_NAME: 7.24.1
13541354
- opts:
13551355
is_expand: false
1356-
FLASK_VERSION_NUMBER: 1344
1356+
FLASK_VERSION_NUMBER: 1346
13571357
- opts:
13581358
is_expand: false
13591359
ANDROID_APK_LINK: ''

ios/MetaMask.xcodeproj/project.pbxproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -1207,7 +1207,7 @@
12071207
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMaskDebug.entitlements;
12081208
CODE_SIGN_IDENTITY = "Apple Development";
12091209
CODE_SIGN_STYLE = Automatic;
1210-
CURRENT_PROJECT_VERSION = 1344;
1210+
CURRENT_PROJECT_VERSION = 1346;
12111211
DEAD_CODE_STRIPPING = YES;
12121212
DEBUG_INFORMATION_FORMAT = dwarf;
12131213
DEVELOPMENT_TEAM = 48XVW22RCG;
@@ -1272,7 +1272,7 @@
12721272
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMask.entitlements;
12731273
CODE_SIGN_IDENTITY = "iPhone Distribution";
12741274
CODE_SIGN_STYLE = Manual;
1275-
CURRENT_PROJECT_VERSION = 1344;
1275+
CURRENT_PROJECT_VERSION = 1346;
12761276
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
12771277
DEVELOPMENT_TEAM = 48XVW22RCG;
12781278
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 48XVW22RCG;
@@ -1335,7 +1335,7 @@
13351335
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMaskDebug.entitlements;
13361336
CODE_SIGN_IDENTITY = "Apple Development";
13371337
CODE_SIGN_STYLE = Automatic;
1338-
CURRENT_PROJECT_VERSION = 1344;
1338+
CURRENT_PROJECT_VERSION = 1346;
13391339
DEAD_CODE_STRIPPING = YES;
13401340
DEBUG_INFORMATION_FORMAT = dwarf;
13411341
DEVELOPMENT_TEAM = 48XVW22RCG;
@@ -1396,7 +1396,7 @@
13961396
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMask.entitlements;
13971397
CODE_SIGN_IDENTITY = "iPhone Distribution";
13981398
CODE_SIGN_STYLE = Manual;
1399-
CURRENT_PROJECT_VERSION = 1344;
1399+
CURRENT_PROJECT_VERSION = 1346;
14001400
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
14011401
DEVELOPMENT_TEAM = 48XVW22RCG;
14021402
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 48XVW22RCG;
@@ -1546,7 +1546,7 @@
15461546
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMaskDebug.entitlements;
15471547
CODE_SIGN_IDENTITY = "Apple Development";
15481548
CODE_SIGN_STYLE = Automatic;
1549-
CURRENT_PROJECT_VERSION = 1344;
1549+
CURRENT_PROJECT_VERSION = 1346;
15501550
DEAD_CODE_STRIPPING = YES;
15511551
DEBUG_INFORMATION_FORMAT = dwarf;
15521552
DEVELOPMENT_TEAM = 48XVW22RCG;
@@ -1614,7 +1614,7 @@
16141614
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMask.entitlements;
16151615
CODE_SIGN_IDENTITY = "iPhone Distribution";
16161616
CODE_SIGN_STYLE = Manual;
1617-
CURRENT_PROJECT_VERSION = 1344;
1617+
CURRENT_PROJECT_VERSION = 1346;
16181618
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
16191619
DEVELOPMENT_TEAM = 48XVW22RCG;
16201620
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 48XVW22RCG;

0 commit comments

Comments
 (0)