chore: remove app version prefix #214
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class MyVersioningPlugin: Plugin<Project> {
|
|||
target.configure<BaseAppModuleExtension> {
|
||||
defaultConfig {
|
||||
versionCode = target.gitVersionCode
|
||||
versionName = target.gitVersionName
|
||||
versionName = target.gitVersionName.removePrefix("unpriv-")
|
||||
}
|
||||
|
||||
applicationVariants.all {
|
||||
|
|
Loading…
Add table
Reference in a new issue