Bump versionCode to 9 and versionName to 0.4.0
This commit is contained in:
parent
c8b6848e28
commit
904637c80d
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 = 8
|
versionCode = 9
|
||||||
versionName = "0.3.2"
|
versionName = "0.4.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
Loading…
Reference in a new issue