Skip to content

Commit

Permalink
DSub 5.2.1 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Aug 25, 2016
1 parent a05ecac commit fd5001d
Show file tree
Hide file tree
Showing 2 changed files with 7 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 22
versionCode 182
versionName '5.2'
versionCode 183
versionName '5.2.1'
setProperty("archivesBaseName", "DSub $versionName")
}
buildTypes {
Expand Down
5 changes: 5 additions & 0 deletions app/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="5.2.1" versioncode="183" releasedate="8/24/2016">
<change>Add option for different actions when pressing a song</change>
<change>Fix some N release issues</change>
<change>Fix grid alignment for some albums</change>
</release>
<release version="5.2" versioncode="182" releasedate="7/27/2016">
<change>Variable Playback Speed (Android 6.0+)</change>
<change>Show album instead of artist on Top Tracks</change>
Expand Down

0 comments on commit fd5001d

Please sign in to comment.