We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f238f0e commit f3fcdacCopy full SHA for f3fcdac
app/build.gradle
@@ -8,7 +8,7 @@ android {
8
minSdkVersion 24
9
targetSdkVersion 30
10
versionCode 1001002
11
- versionName "1.1.2-SNAPSHOT"
+ versionName "1.1.2"
12
setProperty("archivesBaseName", "${applicationId}-${versionCode}")
13
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
14
}
0 commit comments