aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/AndroidManifest.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-05-06 07:25:21 -0700
committerScott Jackson <daneren2005@gmail.com>2013-05-06 07:25:21 -0700
commit1cd95e3918d44ccb0b594f7d97eaa047e624a1ee (patch)
tree2b7e8e8229874fd948571018a2970c8dfeefcd97 /subsonic-android/AndroidManifest.xml
parent6f0bef21d3e64cb884b641f016ed6e162b061a82 (diff)
downloaddsub-1cd95e3918d44ccb0b594f7d97eaa047e624a1ee.tar.gz
dsub-1cd95e3918d44ccb0b594f7d97eaa047e624a1ee.tar.bz2
dsub-1cd95e3918d44ccb0b594f7d97eaa047e624a1ee.zip
NoSuchMethod is not a Exception apparently
Diffstat (limited to 'subsonic-android/AndroidManifest.xml')
-rw-r--r--subsonic-android/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/subsonic-android/AndroidManifest.xml b/subsonic-android/AndroidManifest.xml
index 68fd1c0a..7ab94ba4 100644
--- a/subsonic-android/AndroidManifest.xml
+++ b/subsonic-android/AndroidManifest.xml
@@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="github.daneren2005.dsub"
android:installLocation="internalOnly"
- android:versionCode="44"
+ android:versionCode="45"
android:versionName="3.8.6">
<uses-permission android:name="android.permission.INTERNET"/>