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> {
|
target.configure<BaseAppModuleExtension> {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
versionCode = target.gitVersionCode
|
versionCode = target.gitVersionCode
|
||||||
versionName = target.gitVersionName
|
versionName = target.gitVersionName.removePrefix("unpriv-")
|
||||||
}
|
}
|
||||||
|
|
||||||
applicationVariants.all {
|
applicationVariants.all {
|
||||||
|
|
Loading…
Add table
Reference in a new issue