chore: release v2.0.3

This commit is contained in:
Lei Nelissen
2023-02-28 10:25:22 +01:00
parent 099bbebe38
commit 40ecfb08fb
7 changed files with 22 additions and 15 deletions

View File

@@ -138,8 +138,8 @@ android {
applicationId "nl.moeilijkedingen.jellyfinaudioplayer"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 14
versionName "2.0.2"
versionCode 15
versionName "2.0.3"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {