Skip to content

Commit 73451a8

Browse files
committed
fix: remove Pre-Release from name
1 parent bbc6505 commit 73451a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121
versionCode = 14
2222
versionName = "1.0.1"
2323
resValue("string", "app_name", "PINcredible Dev")
24-
resValue("string", "version_name", "Pre-Release v${versionName}")
24+
resValue("string", "version_name", "v${versionName}")
2525
signingConfig = signingConfigs.getByName("debug")
2626
}
2727
buildTypes {

0 commit comments

Comments
 (0)