diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-01-09 19:47:07 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-01-09 19:47:07 -0800 |
commit | bb306613db81c419bd74f52b3c37611d140d099a (patch) | |
tree | 594ba69fafe7a0c73cef32ed4ac2b010f9a07db4 | |
parent | a128a18fea312abfb3b046d895a2f491cf559003 (diff) | |
download | dsub-bb306613db81c419bd74f52b3c37611d140d099a.tar.gz dsub-bb306613db81c419bd74f52b3c37611d140d099a.tar.bz2 dsub-bb306613db81c419bd74f52b3c37611d140d099a.zip |
Upped Version: 3.6.9
-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 c366b12c..fdbc585a 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="28"
- android:versionName="3.6.8">
+ android:versionCode="29"
+ android:versionName="3.6.9">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
|