We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40acad1 commit a6b0611Copy full SHA for a6b0611
android/app/build.gradle
@@ -187,8 +187,8 @@ android {
187
applicationId "io.metamask"
188
minSdkVersion rootProject.ext.minSdkVersion
189
targetSdkVersion rootProject.ext.targetSdkVersion
190
- versionName "7.59.99"
191
- versionCode 2985
+ versionName "7.60.0"
+ versionCode 2818
192
testBuildType System.getProperty('testBuildType', 'debug')
193
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
194
manifestPlaceholders.MM_BRANCH_KEY_TEST = "$System.env.MM_BRANCH_KEY_TEST"
0 commit comments