build: bump versionCode to 21 and versionName to 0.13.0

This commit is contained in:
Jarne Demeulemeester 2023-08-27 22:42:02 +02:00
parent 001ef4a2cc
commit 14ac15344d
No known key found for this signature in database
GPG key ID: 1E5C6AFBD622E9F5

View file

@ -37,5 +37,5 @@ tasks.create<Delete>("clean") {
delete(rootProject.layout.buildDirectory) delete(rootProject.layout.buildDirectory)
} }
val appVersionCode by extra { 20 } val appVersionCode by extra { 21 }
val appVersionName by extra { "0.12.0" } val appVersionName by extra { "0.13.0" }