diff options
| author | volzhs | 2018-01-03 17:25:07 +0900 |
|---|---|---|
| committer | volzhs | 2018-01-03 17:25:07 +0900 |
| commit | 4bea7d1b5f2985f4770e40dc25f678216341abbf (patch) | |
| tree | 6acf31aaedfd4cd588ce215e842d616f58ed8d55 /platform/android/SCsub | |
| parent | 2c226e4edf720ebbadf355e244b27082ca01f330 (diff) | |
| download | godot-4bea7d1b5f2985f4770e40dc25f678216341abbf.tar.gz godot-4bea7d1b5f2985f4770e40dc25f678216341abbf.tar.zst godot-4bea7d1b5f2985f4770e40dc25f678216341abbf.zip | |
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 0cd91276e..d2285a82d 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: |
