Skip to content

Commit

Permalink
Dsub 4.7.2 Re-released to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Jul 13, 2014
1 parent 897208e commit ae7e2ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="github.daneren2005.dsub"
android:installLocation="internalOnly"
android:versionCode="115"
android:versionCode="116"
android:versionName="4.7.2">

<uses-permission android:name="android.permission.INTERNET"/>
Expand Down
3 changes: 2 additions & 1 deletion res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="4.7.2" versioncode="115" releasedate="7/10/2014">
<release version="4.7.2" versioncode="116" releasedate="7/10/2014">
<change>Android Wear notification support</change>
<change>Selected drawer tab is now bold</change>
<change>Scroll to song when clicked in search results</change>
<change>Custom sort is now a toggle between sorting by year and alphabetical</change>
<change>For persistent notification, use standard notification layout + x in corner</change>
<change>Don't display type information for each song</change>
<change>Properly save songs for use with external players</change>
<change>Return fast scrolling hack for devices still on Android 4.4.2</change>
<change>Various bug fixes and enhancements</change>
</release>
Expand Down

0 comments on commit ae7e2ac

Please sign in to comment.