build: bump versionCode to 20 and versionName to 0.12.0
This commit is contained in:
parent
ebf125c064
commit
d13ce4ea66
1 changed files with 2 additions and 2 deletions
|
@ -36,5 +36,5 @@ tasks.create<Delete>("clean") {
|
|||
delete(rootProject.buildDir)
|
||||
}
|
||||
|
||||
val appVersionCode by extra { 19 }
|
||||
val appVersionName by extra { "0.11.1" }
|
||||
val appVersionCode by extra { 20 }
|
||||
val appVersionName by extra { "0.12.0" }
|
Loading…
Reference in a new issue