Bump versionCode to 8 and versionName to 0.3.2

This commit is contained in:
Jarne Demeulemeester 2022-01-30 20:30:47 +01:00
parent 99a10446d5
commit da3aaac5b3
No known key found for this signature in database
GPG key ID: 65C6006F2032DD14

View file

@ -16,8 +16,8 @@ android {
applicationId = "dev.jdtech.jellyfin"
minSdk = 24
targetSdk = 31
versionCode = 7
versionName = "0.3.1"
versionCode = 8
versionName = "0.3.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}