diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 2 | ||||
-rw-r--r-- | app/src/main/res/xml/changelog.xml | 7 |
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> |