diff options
-rw-r--r-- | app/build.gradle | 4 | ||||
-rw-r--r-- | app/src/main/res/xml/changelog.xml | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index d221154a..7c924173 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "github.daneren2005.dsub" minSdkVersion 15 targetSdkVersion 29 - versionCode 207 - versionName '5.5.2' + versionCode 208 + versionName '5.5.3' setProperty("archivesBaseName", "DSub $versionName") resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv", "zh" vectorDrawables.useSupportLibrary = true diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index 4be2ae36..02f88497 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,5 +1,10 @@ <?xml version="1.0" encoding="utf-8"?> <changelog> + <release version="5.5.3" versioncode="208" releasedate="04/01/2022"> + <change>Fix album art with Airsonic 11</change> + <change>Fixed an issue with SSID detection</change> + <change>Fixed some Android Auto issues with browse by tags enabled</change> + </release> <release version="5.5.2" versioncode="206" releasedate="12/03/2020"> <change>Update to Android 10 target level</change> <change>Request location permissions if needed for local network check</change> |