Skip to content

Commit

Permalink
Updated to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Jul 19, 2013
1 parent 06e9166 commit c9ff735
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 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="57"
android:versionName="4.1.0">
android:versionCode="58"
android:versionName="4.1.1">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
Expand All @@ -19,7 +19,7 @@
<uses-feature android:name="android.hardware.bluetooth" android:required="false" />
<uses-feature android:name="android.hardware.microphone" android:required="false" />

<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="16"/>
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="17"/>

<supports-screens android:anyDensity="true" android:xlargeScreens="true" android:largeScreens="true" android:normalScreens="true" android:smallScreens="true"/>

Expand Down
3 changes: 3 additions & 0 deletions subsonic-android/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="4.1.1" versioncode="58" releasedate="7/18/2013">
<change>Fix some podcasts causing errors</change>
</release>
<release version="4.1.0" versioncode="57" releasedate="7/17/2013">
<change>Added Podcast Tab (4.5+)</change>
<change>Add/Delete Podcast Channels. Manage server status of Podcast Episodes (4.8+)</change>
Expand Down

0 comments on commit c9ff735

Please sign in to comment.