aboutsummaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-08 15:12:41 +0100
committerMax Kellermann <max@duempel.org>2014-12-08 15:12:41 +0100
commitc46f48abec9b55f322070bb3c6e625abb3308dc9 (patch)
tree8a5b4eccf0d534126dbc26fca3a13983cd85a72e /android
parent4acbf7b90d9fbca42328f682cdb8ac8cacc13759 (diff)
downloadmpd-c46f48abec9b55f322070bb3c6e625abb3308dc9.tar.gz
mpd-c46f48abec9b55f322070bb3c6e625abb3308dc9.tar.xz
mpd-c46f48abec9b55f322070bb3c6e625abb3308dc9.zip
release v0.19.6
Diffstat (limited to 'android')
-rw-r--r--android/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 8625bd76e..616536ab7 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.musicpd"
android:installLocation="auto"
- android:versionCode="9"
- android:versionName="0.19.5">
+ android:versionCode="10"
+ android:versionName="0.19.6">
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="17"/>