build: bump versionCode to 22 and versionName to 0.13.1
This commit is contained in:
parent
28231affc8
commit
78913ee135
1 changed files with 2 additions and 2 deletions
|
@ -36,5 +36,5 @@ tasks.create<Delete>("clean") {
|
||||||
delete(rootProject.layout.buildDirectory)
|
delete(rootProject.layout.buildDirectory)
|
||||||
}
|
}
|
||||||
|
|
||||||
val appVersionCode by extra { 21 }
|
val appVersionCode by extra { 22 }
|
||||||
val appVersionName by extra { "0.13.0" }
|
val appVersionName by extra { "0.13.1" }
|
Loading…
Reference in a new issue