Bump versionCode to 16 and versionName to 0.10.0

This commit is contained in:
Jarne Demeulemeester 2023-01-29 16:17:03 +01:00
parent 0f03261ecc
commit d275ebd529
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 { 15 }
val appVersionName by extra { "0.9.0" }
val appVersionCode by extra { 16 }
val appVersionName by extra { "0.10.0" }