diff options
author | Scott Jackson <daneren2005@gmail.com> | 2012-12-26 20:54:50 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2012-12-26 20:54:50 -0800 |
commit | f634b360df15b8e30d459772fdc774937dd355d9 (patch) | |
tree | 74859e54d7e7b6f526ad3783ca1149fbc5bb78ce /subsonic-android | |
parent | f0ba1fb562de8dbb16f7f207914e8582c256b417 (diff) | |
download | dsub-f634b360df15b8e30d459772fdc774937dd355d9.tar.gz dsub-f634b360df15b8e30d459772fdc774937dd355d9.tar.bz2 dsub-f634b360df15b8e30d459772fdc774937dd355d9.zip |
Upped version
Diffstat (limited to 'subsonic-android')
-rw-r--r-- | subsonic-android/AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/subsonic-android/AndroidManifest.xml b/subsonic-android/AndroidManifest.xml index dd92e24c..fe1e73bb 100644 --- a/subsonic-android/AndroidManifest.xml +++ b/subsonic-android/AndroidManifest.xml @@ -2,8 +2,8 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="github.daneren2005.dsub"
android:installLocation="internalOnly"
- android:versionCode="21"
- android:versionName="3.6.1">
+ android:versionCode="22"
+ android:versionName="3.6.2">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
|