chore: remove app version prefix #214

Closed
septs wants to merge 1 commit from septs:remove-app-version-prefix into master

View file

@ -38,7 +38,7 @@ class MyVersioningPlugin: Plugin<Project> {
target.configure<BaseAppModuleExtension> { target.configure<BaseAppModuleExtension> {
defaultConfig { defaultConfig {
versionCode = target.gitVersionCode versionCode = target.gitVersionCode
versionName = target.gitVersionName versionName = target.gitVersionName.removePrefix("unpriv-")
} }
applicationVariants.all { applicationVariants.all {