android/AndroidManifest.xml: increase targetSdkVersion to 26 (required by Google Play)

This commit is contained in:
Max Kellermann 2018-08-18 20:44:18 +02:00
parent 29f78b18b1
commit 44a31357f4
1 changed files with 1 additions and 1 deletions

View File

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