diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-03-17 09:50:15 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-03-17 09:50:15 -0700 |
commit | bbc1312f861a6bc7d8099ac76cf0f77b5354fbb3 (patch) | |
tree | 7732aedebe18275d13247265f36b0911126c9935 /subsonic-android | |
parent | 01da1b4686794b25ba40f910e1f3d0ad713561fe (diff) | |
download | dsub-bbc1312f861a6bc7d8099ac76cf0f77b5354fbb3.tar.gz dsub-bbc1312f861a6bc7d8099ac76cf0f77b5354fbb3.tar.bz2 dsub-bbc1312f861a6bc7d8099ac76cf0f77b5354fbb3.zip |
Upped version to 3.8.1
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 8b6b704d..e60a8109 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="38"
- android:versionName="3.8.0">
+ android:versionCode="39"
+ android:versionName="3.8.1">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
|