diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-03-28 19:40:30 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-03-28 19:40:30 -0700 |
commit | 800a1fc166147207018f34a03883005f76a2910b (patch) | |
tree | dacd1f7a6cd2049b278135909ed6f59c67e3178f /subsonic-android/AndroidManifest.xml | |
parent | c8a445b5016dae48f365cc036122d48e07f409f8 (diff) | |
download | dsub-800a1fc166147207018f34a03883005f76a2910b.tar.gz dsub-800a1fc166147207018f34a03883005f76a2910b.tar.bz2 dsub-800a1fc166147207018f34a03883005f76a2910b.zip |
Upped Version to 3.8.2
Diffstat (limited to 'subsonic-android/AndroidManifest.xml')
-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 e60a8109..01bf3a2e 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="39"
- android:versionName="3.8.1">
+ android:versionCode="40"
+ android:versionName="3.8.2">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
|