Bump versionCode to 11 and versionName to 0.6.0
This commit is contained in:
parent
9813ff3ed7
commit
1d38e56aa8
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ android {
|
||||||
applicationId = "dev.jdtech.jellyfin"
|
applicationId = "dev.jdtech.jellyfin"
|
||||||
minSdk = 26
|
minSdk = 26
|
||||||
targetSdk = 32
|
targetSdk = 32
|
||||||
versionCode = 10
|
versionCode = 11
|
||||||
versionName = "0.5.0"
|
versionName = "0.6.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
Loading…
Reference in a new issue