aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/res/xml/changelog.xml14
2 files changed, 8 insertions, 10 deletions
diff --git a/app/build.gradle b/app/build.gradle
index e6581796..5f46aab8 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "github.daneren2005.dsub"
minSdkVersion 14
targetSdkVersion 23
- versionCode 189
- versionName '5.3.2 BETA 2'
+ versionCode 190
+ versionName '5.3.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 b1dd5930..dc77a5a3 100644
--- a/app/src/main/res/xml/changelog.xml
+++ b/app/src/main/res/xml/changelog.xml
@@ -1,16 +1,14 @@
<?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">
+ <release version="5.3.2" versioncode="190" releasedate="10/22/2016">
<change>Add support for casting Internet Radio to ChromeCast/DLNA</change>
<change>Add support for Play Title by Artist from Google Search</change>
- <change>Use Google Play SSL</change>
<change>Move to more modern connection framework</change>
+ <change>Use Google Play SSL</change>
+ <change>Show album instead of artist for Show all media</change>
+ <change>Ask for location permissions for Day/Night themes</change>
+ <change>Fix a change to the ChromeCast API</change>
+ <change>Fix Show all media sometimes failing</change>
</release>
<release version="5.3.1" versioncode="187" releasedate="10/4/2016">
<change>Fix Internet Radio streams which point to playlists</change>