From b385a4b053e51a7076d87c80eb53ca451d0bdfb6 Mon Sep 17 00:00:00 2001 From: volzhs Date: Tue, 4 Dec 2018 06:46:43 +0900 Subject: Fix lint error/warning while building android template --- 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 6d5af99bc5..fb0ec75b16 100644 --- a/platform/android/SCsub +++ b/platform/android/SCsub @@ -108,7 +108,7 @@ for x in env.android_asset_dirs: gradle_default_config_text = "" minSdk = 18 -targetSdk = 27 +targetSdk = 28 for x in env.android_default_config: if x.startswith("minSdkVersion") and int(x.split(" ")[-1]) < minSdk: -- cgit v1.2.3