android/AndroidManifest.xml: update version number

This commit is contained in:
Max Kellermann 2019-04-03 11:28:59 +02:00
parent 5201147ab1
commit 9776e43bbe
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.musicpd"
android:installLocation="auto"
android:versionCode="28"
android:versionName="0.21.6">
android:versionCode="29"
android:versionName="0.21.7">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="26"/>