Bump versionCode to 15 and versionName to 0.9.0

This commit is contained in:
Jarne Demeulemeester 2023-01-21 18:14:50 +01:00
parent 879f41b7b7
commit 5b6eaa89fe
No known key found for this signature in database
GPG key ID: 65C6006F2032DD14

View file

@ -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" }