Bump versionCode to 5 and versionName to 0.2.1
This commit is contained in:
parent
823330273d
commit
44f7d6fa6d
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ android {
|
|||
applicationId = "dev.jdtech.jellyfin"
|
||||
minSdk = 24
|
||||
targetSdk = 31
|
||||
versionCode = 4
|
||||
versionName = "0.2.0"
|
||||
versionCode = 5
|
||||
versionName = "0.2.1"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue