Bump versionCode to 5 and versionName to 0.2.1

This commit is contained in:
jarnedemeulemeester 2021-09-23 09:53:45 +02:00
parent 823330273d
commit 44f7d6fa6d
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 = 4
versionName = "0.2.0"
versionCode = 5
versionName = "0.2.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}