diff options
author | Scott Jackson <daneren2005@gmail.com> | 2022-04-01 20:38:46 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2022-04-01 20:38:46 -0700 |
commit | 47cd98ef2b6c9cbe17b64da67221f3238818a384 (patch) | |
tree | d97dd6b014173dc34cea1bfdf37a851e7df19a11 | |
parent | 0220dde2134f4a139ff501169d6b47e6f0280d3f (diff) | |
download | dsub-47cd98ef2b6c9cbe17b64da67221f3238818a384.tar.gz dsub-47cd98ef2b6c9cbe17b64da67221f3238818a384.tar.bz2 dsub-47cd98ef2b6c9cbe17b64da67221f3238818a384.zip |
DSub 5.5.3 released
-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> |