build: bump versionCode to 21 and versionName to 0.13.0
This commit is contained in:
parent
001ef4a2cc
commit
14ac15344d
1 changed files with 2 additions and 2 deletions
|
@ -37,5 +37,5 @@ tasks.create<Delete>("clean") {
|
||||||
delete(rootProject.layout.buildDirectory)
|
delete(rootProject.layout.buildDirectory)
|
||||||
}
|
}
|
||||||
|
|
||||||
val appVersionCode by extra { 20 }
|
val appVersionCode by extra { 21 }
|
||||||
val appVersionName by extra { "0.12.0" }
|
val appVersionName by extra { "0.13.0" }
|
Loading…
Reference in a new issue