Bump versionCode to 6 and versionName to 0.3.0

This commit is contained in:
Jarne Demeulemeester 2021-12-22 18:44:42 +01:00
parent 93df26b1e5
commit 293e71fc27

View file

@ -16,8 +16,8 @@ android {
applicationId = "dev.jdtech.jellyfin" applicationId = "dev.jdtech.jellyfin"
minSdk = 24 minSdk = 24
targetSdk = 31 targetSdk = 31
versionCode = 5 versionCode = 6
versionName = "0.2.1" versionName = "0.3.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
} }