Skip to content

Commit

Permalink
DSub 5.0.3 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Sep 28, 2015
1 parent 49a2a6a commit f94c691
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="github.daneren2005.dsub"
android:installLocation="internalOnly"
android:versionCode="157"
android:versionName="5.0.2">
android:versionCode="158"
android:versionName="5.0.3">

<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="github.daneren2005.dsub"
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.0.3" versioncode="158" releasedate="9/28/2015">
<change>Add context menu items back as optional</change>
<change>Add setting to shuffle by albums or by songs</change>
<change>Fix missing Most Played albums</change>
</release>
<release version="5.0.2" versioncode="157" releasedate="9/18/2015">
<change>Remove new auth since servers using LDAP break</change>
<change>Auto skip non-downloaded songs with Wifi required setting</change>
Expand Down

0 comments on commit f94c691

Please sign in to comment.