android/AndroidManifest.xml: increase targetSdkVersion to 26 (required by Google Play)
This commit is contained in:
		| @@ -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" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Max Kellermann
					Max Kellermann