build: bump versionCode to 22 and versionName to 0.13.1

This commit is contained in:
Jarne Demeulemeester 2023-09-25 23:38:00 +02:00
parent 28231affc8
commit 78913ee135
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.layout.buildDirectory) delete(rootProject.layout.buildDirectory)
} }
val appVersionCode by extra { 21 } val appVersionCode by extra { 22 }
val appVersionName by extra { "0.13.0" } val appVersionName by extra { "0.13.1" }