build: bump versionCode to 20 and versionName to 0.12.0

This commit is contained in:
Jarne Demeulemeester 2023-06-02 22:46:47 +02:00
parent ebf125c064
commit d13ce4ea66
No known key found for this signature in database
GPG key ID: 1E5C6AFBD622E9F5

View file

@ -36,5 +36,5 @@ tasks.create<Delete>("clean") {
delete(rootProject.buildDir) delete(rootProject.buildDir)
} }
val appVersionCode by extra { 19 } val appVersionCode by extra { 20 }
val appVersionName by extra { "0.11.1" } val appVersionName by extra { "0.12.0" }