build: bump versionCode to 18 and versionName to 0.11.0
This commit is contained in:
parent
986c120806
commit
6ed68f6b6e
1 changed files with 2 additions and 2 deletions
|
@ -36,5 +36,5 @@ tasks.create<Delete>("clean") {
|
||||||
delete(rootProject.buildDir)
|
delete(rootProject.buildDir)
|
||||||
}
|
}
|
||||||
|
|
||||||
val appVersionCode by extra { 17 }
|
val appVersionCode by extra { 18 }
|
||||||
val appVersionName by extra { "0.10.1" }
|
val appVersionName by extra { "0.11.0" }
|
Loading…
Reference in a new issue