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 5658317 commit 3167600Copy full SHA for 3167600
app/build.gradle
@@ -8,7 +8,7 @@ android {
8
minSdkVersion 26
9
targetSdkVersion 35
10
versionCode 2000001
11
- versionName "2.0.1-SNAPSHOT"
+ versionName "2.0.1"
12
setProperty("archivesBaseName", "${applicationId}-${versionCode}")
13
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
14
}
0 commit comments