Skip to content

Commit

Permalink
bump semver 7.36.0 android
Browse files Browse the repository at this point in the history
  • Loading branch information
sethkfman committed Nov 16, 2024
1 parent c6362ff commit 642e534
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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 1501
versionName "7.34.1"
versionName "7.36.0"
testBuildType System.getProperty('testBuildType', 'debug')
missingDimensionStrategy 'react-native-camera', 'general'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
4 changes: 2 additions & 2 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1576,13 +1576,13 @@ app:
PROJECT_LOCATION_IOS: ios
- opts:
is_expand: false
VERSION_NAME: 7.34.1
VERSION_NAME: 7.36.0
- opts:
is_expand: false
VERSION_NUMBER: 1501
- opts:
is_expand: false
FLASK_VERSION_NAME: 7.34.1
FLASK_VERSION_NAME: 7.36.0
- opts:
is_expand: false
FLASK_VERSION_NUMBER: 1501
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 @@ -1318,7 +1318,7 @@
"${inherited}",
);
LLVM_LTO = YES;
MARKETING_VERSION = 7.34.1;
MARKETING_VERSION = 7.36.0;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -1381,7 +1381,7 @@
"${inherited}",
);
LLVM_LTO = YES;
MARKETING_VERSION = 7.34.1;
MARKETING_VERSION = 7.36.0;
ONLY_ACTIVE_ARCH = NO;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -1442,7 +1442,7 @@
);
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift$(inherited)";
LLVM_LTO = YES;
MARKETING_VERSION = 7.34.1;
MARKETING_VERSION = 7.36.0;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -1501,7 +1501,7 @@
);
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift$(inherited)";
LLVM_LTO = YES;
MARKETING_VERSION = 7.34.1;
MARKETING_VERSION = 7.36.0;
ONLY_ACTIVE_ARCH = NO;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -1661,7 +1661,7 @@
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
);
LLVM_LTO = YES;
MARKETING_VERSION = 7.34.1;
MARKETING_VERSION = 7.36.0;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -1727,7 +1727,7 @@
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
);
LLVM_LTO = YES;
MARKETING_VERSION = 7.34.1;
MARKETING_VERSION = 7.36.0;
ONLY_ACTIVE_ARCH = NO;
OTHER_CFLAGS = (
"$(inherited)",
Expand Down

0 comments on commit 642e534

Please sign in to comment.