From 4bea7d1b5f2985f4770e40dc25f678216341abbf Mon Sep 17 00:00:00 2001 From: volzhs Date: Wed, 3 Jan 2018 17:25:07 +0900 Subject: Update android build tool to latest --- platform/android/SCsub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/android/SCsub') 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: -- cgit v1.2.3