Skip to content

Commit c2d7df3

Browse files
Merge branch 'release/7.63.1' into release/7.63.1-Changelog
2 parents 8723a86 + a0dbbb3 commit c2d7df3

6 files changed

Lines changed: 18 additions & 11 deletions

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ android {
188188
minSdkVersion rootProject.ext.minSdkVersion
189189
targetSdkVersion rootProject.ext.targetSdkVersion
190190
versionName "7.63.1"
191-
versionCode 3604
191+
versionCode 3625
192192
testBuildType System.getProperty('testBuildType', 'debug')
193193
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
194194
manifestPlaceholders.MM_BRANCH_KEY_TEST = "$System.env.MM_BRANCH_KEY_TEST"

android/app/src/main/AndroidManifest.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,5 +184,12 @@
184184
android:resource="@xml/filepaths"
185185
/>
186186
</provider>
187+
188+
<!-- Disable Notifee's BlockStateBroadcastReceiver to prevent crash during cold start -->
189+
<!-- This receiver tries to access React Native before it's initialized -->
190+
<receiver
191+
android:name="app.notifee.core.BlockStateBroadcastReceiver"
192+
android:enabled="false"
193+
tools:node="remove" />
187194
</application>
188195
</manifest>

app/components/UI/DeepLinkModal/DeepLinkModal.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ describe('DeepLinkModal', () => {
143143
}),
144144
build: jest.fn().mockImplementation(function (this: MockBuilder) {
145145
return {
146-
name: 'Deep link Used',
146+
name: 'Deep Link Used',
147147
properties: {
148148
route: 'invalid',
149149
was_app_installed: true,

app/core/Analytics/MetaMetrics.events.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ enum EVENT_NAME {
514514
NetworkConnectionBannerRpcUpdated = 'Network Connection Banner RPC Updated',
515515

516516
// Deep Link Analytics - Consolidated Event
517-
DEEP_LINK_USED = 'Deep link Used',
517+
DEEP_LINK_USED = 'Deep Link Used',
518518

519519
// What's New Link Clicked
520520
WHATS_NEW_LINK_CLICKED = "What's New Link Clicked",

bitrise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3472,13 +3472,13 @@ app:
34723472
VERSION_NAME: 7.63.1
34733473
- opts:
34743474
is_expand: false
3475-
VERSION_NUMBER: 3604
3475+
VERSION_NUMBER: 3625
34763476
- opts:
34773477
is_expand: false
34783478
FLASK_VERSION_NAME: 7.63.1
34793479
- opts:
34803480
is_expand: false
3481-
FLASK_VERSION_NUMBER: 3604
3481+
FLASK_VERSION_NUMBER: 3625
34823482
- opts:
34833483
is_expand: false
34843484
ANDROID_APK_LINK: ''

ios/MetaMask.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@
12811281
CODE_SIGN_IDENTITY = "Apple Development";
12821282
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
12831283
CODE_SIGN_STYLE = Manual;
1284-
CURRENT_PROJECT_VERSION = 3604;
1284+
CURRENT_PROJECT_VERSION = 3625;
12851285
DEAD_CODE_STRIPPING = YES;
12861286
DEBUG_INFORMATION_FORMAT = dwarf;
12871287
DEVELOPMENT_TEAM = 48XVW22RCG;
@@ -1350,7 +1350,7 @@
13501350
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMask.entitlements;
13511351
CODE_SIGN_IDENTITY = "iPhone Distribution";
13521352
CODE_SIGN_STYLE = Manual;
1353-
CURRENT_PROJECT_VERSION = 3604;
1353+
CURRENT_PROJECT_VERSION = 3625;
13541354
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
13551355
DEVELOPMENT_TEAM = 48XVW22RCG;
13561356
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 48XVW22RCG;
@@ -1416,7 +1416,7 @@
14161416
CODE_SIGN_IDENTITY = "Apple Development";
14171417
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
14181418
CODE_SIGN_STYLE = Manual;
1419-
CURRENT_PROJECT_VERSION = 3604;
1419+
CURRENT_PROJECT_VERSION = 3625;
14201420
DEAD_CODE_STRIPPING = YES;
14211421
DEBUG_INFORMATION_FORMAT = dwarf;
14221422
DEVELOPMENT_TEAM = 48XVW22RCG;
@@ -1483,7 +1483,7 @@
14831483
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMask.entitlements;
14841484
CODE_SIGN_IDENTITY = "iPhone Distribution";
14851485
CODE_SIGN_STYLE = Manual;
1486-
CURRENT_PROJECT_VERSION = 3604;
1486+
CURRENT_PROJECT_VERSION = 3625;
14871487
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
14881488
DEVELOPMENT_TEAM = 48XVW22RCG;
14891489
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 48XVW22RCG;
@@ -1646,7 +1646,7 @@
16461646
CODE_SIGN_IDENTITY = "Apple Development";
16471647
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
16481648
CODE_SIGN_STYLE = Manual;
1649-
CURRENT_PROJECT_VERSION = 3604;
1649+
CURRENT_PROJECT_VERSION = 3625;
16501650
DEAD_CODE_STRIPPING = YES;
16511651
DEBUG_INFORMATION_FORMAT = dwarf;
16521652
DEVELOPMENT_TEAM = 48XVW22RCG;
@@ -1716,7 +1716,7 @@
17161716
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMask.entitlements;
17171717
CODE_SIGN_IDENTITY = "iPhone Distribution";
17181718
CODE_SIGN_STYLE = Manual;
1719-
CURRENT_PROJECT_VERSION = 3604;
1719+
CURRENT_PROJECT_VERSION = 3625;
17201720
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
17211721
DEVELOPMENT_TEAM = 48XVW22RCG;
17221722
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 48XVW22RCG;

0 commit comments

Comments
 (0)