Bump versionCode to 13 and versionName to 0.7.0
This commit is contained in:
parent
e7299febd1
commit
3ef9ab1f3e
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ android {
|
||||||
applicationId = "dev.jdtech.jellyfin"
|
applicationId = "dev.jdtech.jellyfin"
|
||||||
minSdk = 26
|
minSdk = 26
|
||||||
targetSdk = 33
|
targetSdk = 33
|
||||||
versionCode = 12
|
versionCode = 13
|
||||||
versionName = "0.6.1"
|
versionName = "0.7.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
Loading…
Reference in a new issue