diff options
author | volzhs <volzhs@gmail.com> | 2018-12-04 06:46:43 +0900 |
---|---|---|
committer | volzhs <volzhs@gmail.com> | 2018-12-18 17:26:33 +0900 |
commit | b385a4b053e51a7076d87c80eb53ca451d0bdfb6 (patch) | |
tree | e96f7ec34c3c85cf8264fe3b9a5aff015399eee2 /platform/android/SCsub | |
parent | 0cff752be1f6c6a61ad72bcdf340c06d08277081 (diff) |
Fix lint error/warning while building android template
Diffstat (limited to 'platform/android/SCsub')
-rw-r--r-- | platform/android/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
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: |