build: bump versionCode to 18 and versionName to 0.11.0

This commit is contained in:
Jarne Demeulemeester 2023-05-09 20:11:55 +02:00
parent 986c120806
commit 6ed68f6b6e
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 { 17 } val appVersionCode by extra { 18 }
val appVersionName by extra { "0.10.1" } val appVersionName by extra { "0.11.0" }