Android: Increase targetSdkVersion to 27

Matches the change for 2.1 in #18626, and the new requirements from Google
for new apps starting with August 2018 (targetSdkVersion 26 or higher):
https://android-developers.googleblog.com/2017/12/improving-app-security-and-performance.html

(cherry picked from commit a6552819b1)
This commit is contained in:
Rémi Verschelde 2018-05-08 15:29:36 +02:00
parent a6c9527c2f
commit 1905e1c8a2

View File

@ -201,6 +201,6 @@ $$ADD_PERMISSION_CHUNKS$$
<uses-permission android:name="godot.custom.18"/>
<uses-permission android:name="godot.custom.19"/>
<uses-sdk android:minSdkVersion="18" android:targetSdkVersion="23"/>
<uses-sdk android:minSdkVersion="18" android:targetSdkVersion="27"/>
</manifest>