Bump versionCode to 14 and versionName to 0.8.0

This commit is contained in:
Jarne Demeulemeester 2022-12-11 15:30:21 +01:00
parent c41387487b
commit a58665cbe6
No known key found for this signature in database
GPG key ID: 65C6006F2032DD14

View file

@ -19,8 +19,8 @@ android {
applicationId = "dev.jdtech.jellyfin"
minSdk = 27
targetSdk = 33
versionCode = 13
versionName = "0.7.0"
versionCode = 14
versionName = "0.8.0"
}
buildTypes {