aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2020-10-08 21:16:33 -0700
committerScott Jackson <daneren2005@gmail.com>2020-10-08 21:16:33 -0700
commit9bc552b5570c91cb6d81956efb46d75630305b35 (patch)
tree9ab9d08af963ef62625e96ae06abeb87df84d725
parent86c012c230b394f04e0d016bb5929438d14794a8 (diff)
downloaddsub-9bc552b5570c91cb6d81956efb46d75630305b35.tar.gz
dsub-9bc552b5570c91cb6d81956efb46d75630305b35.tar.bz2
dsub-9bc552b5570c91cb6d81956efb46d75630305b35.zip
Release DSub 5.5.1
-rw-r--r--app/build.gradle2
-rw-r--r--app/src/main/res/xml/changelog.xml7
2 files changed, 5 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle
index d3030d40..25af8101 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -7,7 +7,7 @@ android {
applicationId "github.daneren2005.dsub"
minSdkVersion 15
targetSdkVersion 28
- versionCode 204
+ versionCode 205
versionName '5.5.1'
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 d7875dcd..8afc22b6 100644
--- a/app/src/main/res/xml/changelog.xml
+++ b/app/src/main/res/xml/changelog.xml
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
- <release version="5.5.1 BETA" versioncode="204" releasedate="09/21/2020">
+ <release version="5.5.1" versioncode="205" releasedate="10/08/2020">
<change>Update to Android 9 target level</change>
- <change>Optionally use system default media style notification (on by default)</change>
- <change>Fix not being able to use basic server auth with @ in network connection string</change>
+ <change>Optionally use system default media style notification (on by default - thanks avm99963)</change>
+ <change>Fix not being able to use basic server auth with @ in network connection string via server setting (thanks popeen)</change>
+ <change>Turned DLNA casting off by default since it causes battery drain I have not been able to fix</change>
</release>
<release version="5.5.0" versioncode="203" releasedate="09/12/2020">
<change>Fix saving files being broken on Android 11+</change>