Bump versionCode to 4 and versionName to 0.2.0

This commit is contained in:
jarnedemeulemeester 2021-09-19 19:06:55 +02:00
parent f4d2859090
commit 212f35cb8b
No known key found for this signature in database
GPG key ID: B61B7B150DB6A6D2

View file

@ -16,8 +16,8 @@ android {
applicationId = "dev.jdtech.jellyfin"
minSdk = 24
targetSdk = 31
versionCode = 3
versionName = "0.1.2"
versionCode = 4
versionName = "0.2.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}