From 862e767d938c1a3e574a8ecf58d9e7f0c83786f9 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Mon, 17 Oct 2016 17:08:34 -0700 Subject: Second beta released with self-signed cert fixes --- app/build.gradle | 4 ++-- app/src/main/res/xml/changelog.xml | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 92dfa731..47b3df01 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "github.daneren2005.dsub" minSdkVersion 14 targetSdkVersion 23 - versionCode 188 - versionName '5.3.2 BETA' + versionCode 189 + versionName '5.3.2 BETA 2' setProperty("archivesBaseName", "DSub $versionName") resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv" } diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index 7abec09c..b1dd5930 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,5 +1,11 @@ + + Fix errors with Self Signed Certificates + Fix error following redirect from http to https + Fix Show all media sometimes failing + Show album instead of artist for Show all media + Add support for casting Internet Radio to ChromeCast/DLNA Add support for Play Title by Artist from Google Search -- cgit v1.2.3