summaryrefslogtreecommitdiffstats
path: root/platform/android/SCsub
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-01-03 18:06:08 +0100
committerGitHub <noreply@github.com>2018-01-03 18:06:08 +0100
commitb7b0ffd5c49e950c57eeac1171d0900bbbb69fa6 (patch)
tree2affd98febdb19bdca37d8058e809f10ddf596e1 /platform/android/SCsub
parente3c9a7ed4f0b07a841e51b8bf2e92c370d21e33c (diff)
parent4bea7d1b5f2985f4770e40dc25f678216341abbf (diff)
downloadredot-engine-b7b0ffd5c49e950c57eeac1171d0900bbbb69fa6.tar.gz
Merge pull request #15279 from volzhs/android-update-build
Update android build tool to latest
Diffstat (limited to 'platform/android/SCsub')
-rw-r--r--platform/android/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/SCsub b/platform/android/SCsub
index 0cd91276ef..d2285a82dd 100644
--- a/platform/android/SCsub
+++ b/platform/android/SCsub
@@ -104,7 +104,7 @@ gradle_asset_dirs_text = ""
gradle_default_config_text = ""
minSdk = 18
-targetSdk = 23
+targetSdk = 27
for x in env.android_default_config:
if x.startswith("minSdkVersion") and int(x.split(" ")[-1]) < minSdk: