Skip to content

Commit

Permalink
DSub 5.3.3 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Nov 10, 2016
1 parent 94ba466 commit 15cac9a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "github.daneren2005.dsub"
minSdkVersion 14
targetSdkVersion 23
versionCode 190
versionName '5.3.2'
versionCode 191
versionName '5.3.3'
setProperty("archivesBaseName", "DSub $versionName")
resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv"
}
Expand Down
6 changes: 6 additions & 0 deletions app/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="5.3.3" versioncode="191" releasedate="11/9/2016">
<change>Add support for Android 7's split screen UI</change>
<change>Fix for Android 7 not playing</change>
<change>Fix basic authentication for servers</change>
<change>Fix top track songs using different save file</change>
</release>
<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>
Expand Down

0 comments on commit 15cac9a

Please sign in to comment.