Bump versionCode to 12 and versionName to 0.6.1

This commit is contained in:
Jarne Demeulemeester 2022-08-30 23:51:28 +02:00
parent 9b9f5dd440
commit efde19586c
No known key found for this signature in database
GPG key ID: B61B7B150DB6A6D2

View file

@ -16,8 +16,8 @@ android {
applicationId = "dev.jdtech.jellyfin"
minSdk = 26
targetSdk = 32
versionCode = 11
versionName = "0.6.0"
versionCode = 12
versionName = "0.6.1"
}
buildTypes {