Increase the target version to 27

This commit is contained in:
miterosan
2019-01-05 17:02:13 +01:00
parent 6126d0a42b
commit 6d2d074b2b
2 changed files with 2 additions and 2 deletions

View File

@@ -2,6 +2,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="SampleGame.Android"
android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="26" />
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="27" />
<application />
</manifest>