aboutsummaryrefslogtreecommitdiff
path: root/platform/android
diff options
context:
space:
mode:
authorRémi Verschelde2018-05-08 15:29:36 +0200
committerRémi Verschelde2018-05-08 15:30:11 +0200
commit1905e1c8a2ea4cb891afef897488e13fda6e39a3 (patch)
treece20a50cbcd7262bfb509d0b86ccd5dcb7ae4d29 /platform/android
parenta6c9527c2f125355fd7db9a80f1722e98e7cb666 (diff)
downloadgodot-1905e1c8a2ea4cb891afef897488e13fda6e39a3.tar.gz
godot-1905e1c8a2ea4cb891afef897488e13fda6e39a3.tar.zst
godot-1905e1c8a2ea4cb891afef897488e13fda6e39a3.zip
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 a6552819b1d357c0ee1afdbec7485afafa544793)
Diffstat (limited to 'platform/android')
-rw-r--r--platform/android/AndroidManifest.xml.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/AndroidManifest.xml.template b/platform/android/AndroidManifest.xml.template
index 3e42b7a3c..13d10b502 100644
--- a/platform/android/AndroidManifest.xml.template
+++ b/platform/android/AndroidManifest.xml.template
@@ -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>