build: bump versionCode to 19 and versionName to 0.11.1

This commit is contained in:
Jarne Demeulemeester 2023-05-14 19:46:20 +02:00
parent 1c117d3c66
commit 92c8314a6c
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)
}
val appVersionCode by extra { 18 }
val appVersionName by extra { "0.11.0" }
val appVersionCode by extra { 19 }
val appVersionName by extra { "0.11.1" }