Bump versionCode to 9 and versionName to 0.4.0

This commit is contained in:
Jarne Demeulemeester 2022-04-11 20:49:59 +02:00
parent c8b6848e28
commit 904637c80d
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 = 8
versionName = "0.3.2"
versionCode = 9
versionName = "0.4.0"
}
buildTypes {