Skip to content

Commit

Permalink
Release DSub 5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Oct 9, 2020
1 parent 86c012c commit 9bc552b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
7 changes: 4 additions & 3 deletions app/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 9bc552b

Please sign in to comment.