diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 4 | ||||
-rw-r--r-- | 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 @@ <?xml version="1.0" encoding="utf-8"?> <changelog> + <release version="5.3.2 BETA" versioncode="189" releasedate="10/14/2016"> + <change>Fix errors with Self Signed Certificates</change> + <change>Fix error following redirect from http to https</change> + <change>Fix Show all media sometimes failing</change> + <change>Show album instead of artist for Show all media</change> + </release> <release version="5.3.2 BETA" versioncode="188" releasedate="10/12/2016"> <change>Add support for casting Internet Radio to ChromeCast/DLNA</change> <change>Add support for Play Title by Artist from Google Search</change> |