Skip to content

Commit dc0cec4

Browse files
chore: bump version 1372 (#10526)
<!-- 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? --> ## **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: metamaskbot <metamaskbot@users.noreply.github.com>
1 parent c219937 commit dc0cec4

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
@@ -182,7 +182,7 @@ android {
182182
applicationId "io.metamask"
183183
minSdkVersion rootProject.ext.minSdkVersion
184184
targetSdkVersion rootProject.ext.targetSdkVersion
185-
versionCode 1371
185+
versionCode 1372
186186
versionName "7.28.0"
187187
testBuildType System.getProperty('testBuildType', 'debug')
188188
missingDimensionStrategy 'react-native-camera', 'general'

bitrise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1434,13 +1434,13 @@ app:
14341434
VERSION_NAME: 7.28.0
14351435
- opts:
14361436
is_expand: false
1437-
VERSION_NUMBER: 1371
1437+
VERSION_NUMBER: 1372
14381438
- opts:
14391439
is_expand: false
14401440
FLASK_VERSION_NAME: 7.28.0
14411441
- opts:
14421442
is_expand: false
1443-
FLASK_VERSION_NUMBER: 1371
1443+
FLASK_VERSION_NUMBER: 1372
14441444
- opts:
14451445
is_expand: false
14461446
ANDROID_APK_LINK: ''

ios/MetaMask.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,7 @@
12491249
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMaskDebug.entitlements;
12501250
CODE_SIGN_IDENTITY = "Apple Development";
12511251
CODE_SIGN_STYLE = Automatic;
1252-
CURRENT_PROJECT_VERSION = 1371;
1252+
CURRENT_PROJECT_VERSION = 1372;
12531253
DEAD_CODE_STRIPPING = YES;
12541254
DEBUG_INFORMATION_FORMAT = dwarf;
12551255
DEVELOPMENT_TEAM = 48XVW22RCG;
@@ -1314,7 +1314,7 @@
13141314
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMask.entitlements;
13151315
CODE_SIGN_IDENTITY = "iPhone Distribution";
13161316
CODE_SIGN_STYLE = Manual;
1317-
CURRENT_PROJECT_VERSION = 1371;
1317+
CURRENT_PROJECT_VERSION = 1372;
13181318
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
13191319
DEVELOPMENT_TEAM = 48XVW22RCG;
13201320
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 48XVW22RCG;
@@ -1377,7 +1377,7 @@
13771377
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMaskDebug.entitlements;
13781378
CODE_SIGN_IDENTITY = "Apple Development";
13791379
CODE_SIGN_STYLE = Automatic;
1380-
CURRENT_PROJECT_VERSION = 1371;
1380+
CURRENT_PROJECT_VERSION = 1372;
13811381
DEAD_CODE_STRIPPING = YES;
13821382
DEBUG_INFORMATION_FORMAT = dwarf;
13831383
DEVELOPMENT_TEAM = 48XVW22RCG;
@@ -1438,7 +1438,7 @@
14381438
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMask.entitlements;
14391439
CODE_SIGN_IDENTITY = "iPhone Distribution";
14401440
CODE_SIGN_STYLE = Manual;
1441-
CURRENT_PROJECT_VERSION = 1371;
1441+
CURRENT_PROJECT_VERSION = 1372;
14421442
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
14431443
DEVELOPMENT_TEAM = 48XVW22RCG;
14441444
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 48XVW22RCG;
@@ -1596,7 +1596,7 @@
15961596
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMaskDebug.entitlements;
15971597
CODE_SIGN_IDENTITY = "Apple Development";
15981598
CODE_SIGN_STYLE = Automatic;
1599-
CURRENT_PROJECT_VERSION = 1371;
1599+
CURRENT_PROJECT_VERSION = 1372;
16001600
DEAD_CODE_STRIPPING = YES;
16011601
DEBUG_INFORMATION_FORMAT = dwarf;
16021602
DEVELOPMENT_TEAM = 48XVW22RCG;
@@ -1664,7 +1664,7 @@
16641664
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMask.entitlements;
16651665
CODE_SIGN_IDENTITY = "iPhone Distribution";
16661666
CODE_SIGN_STYLE = Manual;
1667-
CURRENT_PROJECT_VERSION = 1371;
1667+
CURRENT_PROJECT_VERSION = 1372;
16681668
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
16691669
DEVELOPMENT_TEAM = 48XVW22RCG;
16701670
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 48XVW22RCG;

0 commit comments

Comments
 (0)