chore: release v2.1.0

This commit is contained in:
Lei Nelissen
2023-04-23 23:51:53 +02:00
parent e116e95236
commit 287b64c356
6 changed files with 19 additions and 11 deletions

View File

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