Update versionCode to 2 and versionName to 0.1.1

This commit is contained in:
jarnedemeulemeester 2021-08-22 20:27:19 +02:00
parent 5f3b1018bd
commit 90681c6027
No known key found for this signature in database
GPG key ID: 60884A0C1EBA43E5

View file

@ -16,8 +16,8 @@ android {
applicationId "dev.jdtech.jellyfin" applicationId "dev.jdtech.jellyfin"
minSdkVersion 24 minSdkVersion 24
targetSdkVersion 31 targetSdkVersion 31
versionCode 1 versionCode 2
versionName "0.1.0" versionName "0.1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }