android/AndroidManifest.xml: increase targetSdkVersion to 26 (required by Google Play)
This commit is contained in:
parent
29f78b18b1
commit
44a31357f4
|
@ -5,7 +5,7 @@
|
||||||
android:versionCode="21"
|
android:versionCode="21"
|
||||||
android:versionName="0.20.22">
|
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">
|
<application android:icon="@drawable/icon" android:label="@string/app_name">
|
||||||
<activity android:name=".Main"
|
<activity android:name=".Main"
|
||||||
|
|
Loading…
Reference in New Issue