diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-05-01 20:22:29 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-05-01 20:22:29 -0700 |
commit | 442f5839a79f1c823445921b7e7f8f3c634dfd58 (patch) | |
tree | 90515b1b7268ebe9dbadf54ff6625fef185546c0 | |
parent | 372feb754c4ac74d50383d926764b5b500acba26 (diff) | |
download | dsub-442f5839a79f1c823445921b7e7f8f3c634dfd58.tar.gz dsub-442f5839a79f1c823445921b7e7f8f3c634dfd58.tar.bz2 dsub-442f5839a79f1c823445921b7e7f8f3c634dfd58.zip |
Upped version to 3.8.4
-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 7f29832e..18197d58 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="41"
- android:versionName="3.8.3">
+ android:versionCode="42"
+ android:versionName="3.8.4">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
|