Bump versionCode to 17 and versionName to 0.10.1

This commit is contained in:
Jarne Demeulemeester 2023-02-03 18:43:18 +01:00
parent e12d58facf
commit a6d5a70917
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 { 16 }
val appVersionName by extra { "0.10.0" }
val appVersionCode by extra { 17 }
val appVersionName by extra { "0.10.1" }