Bump versionCode to 15 and versionName to 0.9.0
This commit is contained in:
parent
879f41b7b7
commit
5b6eaa89fe
1 changed files with 2 additions and 2 deletions
|
@ -24,5 +24,5 @@ tasks.create<Delete>("clean") {
|
|||
delete(rootProject.buildDir)
|
||||
}
|
||||
|
||||
val appVersionCode by extra { 14 }
|
||||
val appVersionName by extra { "0.8.0" }
|
||||
val appVersionCode by extra { 15 }
|
||||
val appVersionName by extra { "0.9.0" }
|
Loading…
Reference in a new issue