chore: release v2.0.5

This commit is contained in:
Lei Nelissen
2023-04-12 11:47:05 +02:00
parent 67499b1103
commit c704a27c09
5 changed files with 12 additions and 11 deletions

View File

@@ -138,8 +138,8 @@ android {
applicationId "nl.moeilijkedingen.jellyfinaudioplayer"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 16
versionName "2.0.4"
versionCode 17
versionName "2.0.5"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {