Bump versionCode to 11 and versionName to 0.6.0

This commit is contained in:
Jarne Demeulemeester 2022-08-21 22:35:04 +02:00
parent 9813ff3ed7
commit 1d38e56aa8
No known key found for this signature in database
GPG key ID: B61B7B150DB6A6D2

View file

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