android: raise minSdkVersion to 21

The number of MPD installs on Android < 5.0 is negligible, and that
API version introduces lots of useful features for MPD.
This commit is contained in:
Max Kellermann
2018-08-17 18:44:05 +02:00
parent 36edb4886c
commit 98efb4f6d5
6 changed files with 4 additions and 22 deletions

View File

@@ -5,7 +5,7 @@
android:versionCode="20"
android:versionName="0.20.21">
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="17"/>
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="21"/>
<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:name=".Main"