diff options
author | Scott Jackson <daneren2005@gmail.com> | 2012-12-12 22:28:27 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2012-12-12 22:28:27 -0800 |
commit | 10539b480d44cd1136815d23550dc7be79716bb8 (patch) | |
tree | 973ac9b03b2d0e3292adb0268cde0f0e6fc14a37 /subsonic-android | |
parent | f6bc677b0c186b6807684c57d581146e2dcad9b2 (diff) | |
download | dsub-10539b480d44cd1136815d23550dc7be79716bb8.tar.gz dsub-10539b480d44cd1136815d23550dc7be79716bb8.tar.bz2 dsub-10539b480d44cd1136815d23550dc7be79716bb8.zip |
Upped version again
Diffstat (limited to 'subsonic-android')
-rw-r--r-- | subsonic-android/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subsonic-android/AndroidManifest.xml b/subsonic-android/AndroidManifest.xml index e716e487..dd92e24c 100644 --- a/subsonic-android/AndroidManifest.xml +++ b/subsonic-android/AndroidManifest.xml @@ -2,7 +2,7 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="github.daneren2005.dsub"
android:installLocation="internalOnly"
- android:versionCode="20"
+ android:versionCode="21"
android:versionName="3.6.1">
<uses-permission android:name="android.permission.INTERNET"/>
|