chore: relase v2.0.2

This commit is contained in:
Lei Nelissen
2023-01-10 23:08:02 +01:00
parent ccfa68c530
commit a2c1a82ebb
6 changed files with 16 additions and 13 deletions

View File

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