Skip to content

Commit

Permalink
DSub 4.8.1 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Oct 12, 2014
1 parent 7806cc6 commit 08a4346
Show file tree
Hide file tree
Showing 2 changed files with 6 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="127"
android:versionName="4.8">
android:versionCode="128"
android:versionName="4.8.1">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
Expand Down
4 changes: 4 additions & 0 deletions 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="4.8.1" versioncode="128" releasedate="10/12/2014">
<change>Delete songs removed from server</change>
<change>Fix crash on GB devices</change>
</release>
<release version="4.8" versioncode="127" releasedate="10/8/2014">
<change>ReplayGain: read tags to normalize sound</change>
<change>ReplayGain: choose smart tag reading or specify track/album tags</change>
Expand Down

0 comments on commit 08a4346

Please sign in to comment.