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 bbc6505 commit 73451a8Copy full SHA for 73451a8
app/build.gradle.kts
@@ -21,7 +21,7 @@ android {
21
versionCode = 14
22
versionName = "1.0.1"
23
resValue("string", "app_name", "PINcredible Dev")
24
- resValue("string", "version_name", "Pre-Release v${versionName}")
+ resValue("string", "version_name", "v${versionName}")
25
signingConfig = signingConfigs.getByName("debug")
26
}
27
buildTypes {
0 commit comments