Bump versionCode to 8 and versionName to 0.3.2
This commit is contained in:
parent
99a10446d5
commit
da3aaac5b3
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ android {
|
||||||
applicationId = "dev.jdtech.jellyfin"
|
applicationId = "dev.jdtech.jellyfin"
|
||||||
minSdk = 24
|
minSdk = 24
|
||||||
targetSdk = 31
|
targetSdk = 31
|
||||||
versionCode = 7
|
versionCode = 8
|
||||||
versionName = "0.3.1"
|
versionName = "0.3.2"
|
||||||
|
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue