chore: release v2.0.1

This commit is contained in:
Lei Nelissen
2022-11-28 22:59:29 +01:00
parent d4570b60ae
commit 6d8535e24b
5 changed files with 11 additions and 11 deletions

View File

@@ -138,8 +138,8 @@ android {
applicationId "nl.moeilijkedingen.jellyfinaudioplayer"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 12
versionName "2.0.0"
versionCode 13
versionName "2.0.1"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {