Skip to content

Commit

Permalink
DSub 5.3.1 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Oct 5, 2016
1 parent 41bf29a commit 54da131
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -9,8 +9,8 @@ android {
applicationId "github.daneren2005.dsub"
minSdkVersion 14
targetSdkVersion 23
versionCode 186
versionName '5.3'
versionCode 187
versionName '5.3.1'
setProperty("archivesBaseName", "DSub $versionName")
resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv"
}
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="5.3.1" versioncode="187" releasedate="10/4/2016">
<change>Fix Internet Radio streams which point to playlists</change>
<change>Don't show playback speed button below Android 6.0</change>
</release>
<release version="5.3" versioncode="186" releasedate="9/23/2016">
<change>Listen to Radio Internet Stations</change>
<change>Automatic Day/Night theme</change>
Expand Down

0 comments on commit 54da131

Please sign in to comment.