Skip to content

Commit

Permalink
DSub 4.8.4 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Nov 22, 2014
1 parent 9ff2bc9 commit 1394d3c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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="131"
android:versionName="4.8.3">
android:versionCode="132"
android:versionName="4.8.4">

<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="github.daneren2005.dsub"
Expand Down
7 changes: 7 additions & 0 deletions res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="4.8.4" versioncode="132" releasedate="11/22/2014">
<change>Partial Material Theme update</change>
<change>Make playing notification public for Lolipop</change>
<change>Fix Lolipop connectivity issues for some users</change>
<change>Fix cache from playlist view downloading starred songs instead</change>
<change>Fix remove from playlist not showing up on MusicCabinet servers</change>
</release>
<release version="4.8.3" versioncode="131" releasedate="11/14/2014">
<change>Fix color on Lolipop lockscreen notification</change>
<change>Various bug fixes</change>
Expand Down

0 comments on commit 1394d3c

Please sign in to comment.