Skip to content

Commit

Permalink
Merge branch 'test/mobile-staking-uat' into stake-806-to-uat
Browse files Browse the repository at this point in the history
  • Loading branch information
siibars authored Oct 21, 2024
2 parents 577ae6b + 59c0f11 commit 68dd36e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1450
versionName "7.32.0"
versionName "7.33.0"
testBuildType System.getProperty('testBuildType', 'debug')
missingDimensionStrategy 'react-native-camera', 'general'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
6 changes: 3 additions & 3 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1493,7 +1493,7 @@ app:
MM_MULTICHAIN_V1_ENABLED: false
- opts:
is_expand: false
MM_POOLED_STAKING_UI_ENABLED: false
MM_POOLED_STAKING_UI_ENABLED: true
- opts:
is_expand: false
PROJECT_LOCATION: android
Expand Down Expand Up @@ -1526,13 +1526,13 @@ app:
PROJECT_LOCATION_IOS: ios
- opts:
is_expand: false
VERSION_NAME: 7.32.0
VERSION_NAME: 7.33.0
- opts:
is_expand: false
VERSION_NUMBER: 1450
- opts:
is_expand: false
FLASK_VERSION_NAME: 7.32.0
FLASK_VERSION_NAME: 7.33.0
- opts:
is_expand: false
FLASK_VERSION_NUMBER: 1450
Expand Down
12 changes: 6 additions & 6 deletions ios/MetaMask.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,7 @@
"${inherited}",
);
LLVM_LTO = YES;
MARKETING_VERSION = 7.32.0;
MARKETING_VERSION = 7.33.0;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -1373,7 +1373,7 @@
"${inherited}",
);
LLVM_LTO = YES;
MARKETING_VERSION = 7.32.0;
MARKETING_VERSION = 7.33.0;
ONLY_ACTIVE_ARCH = NO;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -1434,7 +1434,7 @@
);
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift$(inherited)";
LLVM_LTO = YES;
MARKETING_VERSION = 7.32.0;
MARKETING_VERSION = 7.33.0;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -1493,7 +1493,7 @@
);
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift$(inherited)";
LLVM_LTO = YES;
MARKETING_VERSION = 7.32.0;
MARKETING_VERSION = 7.33.0;
ONLY_ACTIVE_ARCH = NO;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -1653,7 +1653,7 @@
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
);
LLVM_LTO = YES;
MARKETING_VERSION = 7.32.0;
MARKETING_VERSION = 7.33.0;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -1719,7 +1719,7 @@
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
);
LLVM_LTO = YES;
MARKETING_VERSION = 7.32.0;
MARKETING_VERSION = 7.33.0;
ONLY_ACTIVE_ARCH = NO;
OTHER_CFLAGS = (
"$(inherited)",
Expand Down

0 comments on commit 68dd36e

Please sign in to comment.