Skip to content

Commit

Permalink
Update to 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Jul 25, 2013
1 parent 6ac0a5a commit 82ec831
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subsonic-android/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="58"
android:versionName="4.1.1">
android:versionCode="59"
android:versionName="4.1.2">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
Expand Down
Binary file added subsonic-android/releases/DSub 4.1.1.apk
Binary file not shown.
Binary file added subsonic-android/releases/DSub 4.1.2.apk
Binary file not shown.
6 changes: 6 additions & 0 deletions subsonic-android/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="4.1.2" versioncode="59" releasedate="7/24/2013">
<change>Added option to clear cache from settings</change>
<change>Added cloud settings backup so when you reinstall on the same device your settings are still there</change>
<change>Fixed Android 4.3 crash</change>
<change>Performance enhancements</change>
</release>
<release version="4.1.1" versioncode="58" releasedate="7/18/2013">
<change>Fix some podcasts causing errors</change>
</release>
Expand Down

0 comments on commit 82ec831

Please sign in to comment.