Skip to content

Commit e1a3bcc

Browse files
Cal-LGudahtt
andauthored
chore: Chore/7.24.1 bump rc3 1344 (#10007)
<!-- 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.24.1 build number to 1344 and update change logs ## **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. --------- Co-authored-by: Mark Stacey <[email protected]>
1 parent 5f76122 commit e1a3bcc

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

CHANGELOG.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
## Current Main Branch
44

55
## 7.24.1 - Jun 13, 2024
6-
### Added
7-
- [#9687](https://github.com/MetaMask/metamask-mobile/pull/9687): feat: adds "data collection for marketing" toggles
8-
96
### Fixed
10-
- [#9943](https://github.com/MetaMask/metamask-mobile/pull/9943): fix: duplicate accounts
7+
- [#9943](https://github.com/MetaMask/metamask-mobile/pull/9943): fix: Remove duplicate accounts (#9943)
8+
- [#10006](https://github.com/MetaMask/metamask-mobile/pull/10006): fix: Fix order of accounts (#10006)
9+
- [#10004](https://github.com/MetaMask/metamask-mobile/pull/10004): fix: Synchronize account names (#10004)
10+
- [#9974](https://github.com/MetaMask/metamask-mobile/pull/9974): fix: Fix freeze on buy and sell flow (#9974)
11+
- [#9980](https://github.com/MetaMask/metamask-mobile/pull/9980): fix: Fix initialization crash / login error "Engine does not exist (#9980)
1112

1213
## 7.24.0 - Jun 11, 2024
1314
### Added

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 1342
184+
versionCode 1344
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: 1342
1350+
VERSION_NUMBER: 1344
13511351
- opts:
13521352
is_expand: false
13531353
FLASK_VERSION_NAME: 7.24.1
13541354
- opts:
13551355
is_expand: false
1356-
FLASK_VERSION_NUMBER: 1342
1356+
FLASK_VERSION_NUMBER: 1344
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 = 1342;
1210+
CURRENT_PROJECT_VERSION = 1344;
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 = 1342;
1275+
CURRENT_PROJECT_VERSION = 1344;
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 = 1342;
1338+
CURRENT_PROJECT_VERSION = 1344;
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 = 1342;
1399+
CURRENT_PROJECT_VERSION = 1344;
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 = 1342;
1549+
CURRENT_PROJECT_VERSION = 1344;
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 = 1342;
1617+
CURRENT_PROJECT_VERSION = 1344;
16181618
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
16191619
DEVELOPMENT_TEAM = 48XVW22RCG;
16201620
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 48XVW22RCG;

0 commit comments

Comments
 (0)