Bump versionCode to 10 and versionName to 0.5.0

This commit is contained in:
Jarne Demeulemeester 2022-07-10 17:01:22 +02:00
parent 6c852c938f
commit 001f377570
No known key found for this signature in database
GPG key ID: 65C6006F2032DD14

View file

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