Skip to content

Commit

Permalink
revert build number and version updated for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
tommasini committed Oct 29, 2024
1 parent e261fbb commit 6772019
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ android {
applicationId "io.metamask"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionName "7.34.0"
versionCode 1471
versionName "7.33.0"
versionCode 1460
testBuildType System.getProperty('testBuildType', 'debug')
missingDimensionStrategy 'react-native-camera', 'general'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
8 changes: 4 additions & 4 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1536,16 +1536,16 @@ app:
PROJECT_LOCATION_IOS: ios
- opts:
is_expand: false
VERSION_NAME: 7.34.0
VERSION_NAME: 7.33.0
- opts:
is_expand: false
VERSION_NUMBER: 1471
VERSION_NUMBER: 1460
- opts:
is_expand: false
FLASK_VERSION_NAME: 7.34.0
FLASK_VERSION_NAME: 7.33.0
- opts:
is_expand: false
FLASK_VERSION_NUMBER: 1471
FLASK_VERSION_NUMBER: 1460
- opts:
is_expand: false
ANDROID_APK_LINK: ''
Expand Down

0 comments on commit 6772019

Please sign in to comment.