From 47cd98ef2b6c9cbe17b64da67221f3238818a384 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Fri, 1 Apr 2022 20:38:46 -0700 Subject: DSub 5.5.3 released --- app/build.gradle | 4 ++-- app/src/main/res/xml/changelog.xml | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'app') 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 @@ + + Fix album art with Airsonic 11 + Fixed an issue with SSID detection + Fixed some Android Auto issues with browse by tags enabled + Update to Android 10 target level Request location permissions if needed for local network check -- cgit v1.2.3