From 392ca76e05ddb4f7ed000a150083e14b79f95b4f Mon Sep 17 00:00:00 2001 From: halx99 Date: Sun, 30 Jan 2022 20:38:01 +0800 Subject: [PATCH] [Android] Upgrade MIN_SDK_VERSION from 16 to 17 --- templates/cpp-template-default/proj.android/gradle.properties | 2 +- .../frameworks/runtime-src/proj.android/gradle.properties | 2 +- tests/cpp-tests/proj.android/gradle.properties | 2 +- tests/fairygui-tests/proj.android/gradle.properties | 2 +- tests/lua-tests/project/proj.android/gradle.properties | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/cpp-template-default/proj.android/gradle.properties b/templates/cpp-template-default/proj.android/gradle.properties index bb1bdd6f66..16df63bf19 100644 --- a/templates/cpp-template-default/proj.android/gradle.properties +++ b/templates/cpp-template-default/proj.android/gradle.properties @@ -21,7 +21,7 @@ PROP_COMPILE_SDK_VERSION=28 # Android SDK version that will be used as the earliest version of android this application can run on -PROP_MIN_SDK_VERSION=16 +PROP_MIN_SDK_VERSION=17 # Android SDK version that will be used as the latest version of android this application has been tested on PROP_TARGET_SDK_VERSION=28 diff --git a/templates/lua-template-default/frameworks/runtime-src/proj.android/gradle.properties b/templates/lua-template-default/frameworks/runtime-src/proj.android/gradle.properties index 089a476635..fee4a9db80 100644 --- a/templates/lua-template-default/frameworks/runtime-src/proj.android/gradle.properties +++ b/templates/lua-template-default/frameworks/runtime-src/proj.android/gradle.properties @@ -21,7 +21,7 @@ PROP_COMPILE_SDK_VERSION=28 # Android SDK version that will be used as the earliest version of android this application can run on -PROP_MIN_SDK_VERSION=16 +PROP_MIN_SDK_VERSION=17 # Android SDK version that will be used as the latest version of android this application has been tested on PROP_TARGET_SDK_VERSION=28 diff --git a/tests/cpp-tests/proj.android/gradle.properties b/tests/cpp-tests/proj.android/gradle.properties index bb1bdd6f66..16df63bf19 100644 --- a/tests/cpp-tests/proj.android/gradle.properties +++ b/tests/cpp-tests/proj.android/gradle.properties @@ -21,7 +21,7 @@ PROP_COMPILE_SDK_VERSION=28 # Android SDK version that will be used as the earliest version of android this application can run on -PROP_MIN_SDK_VERSION=16 +PROP_MIN_SDK_VERSION=17 # Android SDK version that will be used as the latest version of android this application has been tested on PROP_TARGET_SDK_VERSION=28 diff --git a/tests/fairygui-tests/proj.android/gradle.properties b/tests/fairygui-tests/proj.android/gradle.properties index bb1bdd6f66..16df63bf19 100644 --- a/tests/fairygui-tests/proj.android/gradle.properties +++ b/tests/fairygui-tests/proj.android/gradle.properties @@ -21,7 +21,7 @@ PROP_COMPILE_SDK_VERSION=28 # Android SDK version that will be used as the earliest version of android this application can run on -PROP_MIN_SDK_VERSION=16 +PROP_MIN_SDK_VERSION=17 # Android SDK version that will be used as the latest version of android this application has been tested on PROP_TARGET_SDK_VERSION=28 diff --git a/tests/lua-tests/project/proj.android/gradle.properties b/tests/lua-tests/project/proj.android/gradle.properties index bb1bdd6f66..16df63bf19 100644 --- a/tests/lua-tests/project/proj.android/gradle.properties +++ b/tests/lua-tests/project/proj.android/gradle.properties @@ -21,7 +21,7 @@ PROP_COMPILE_SDK_VERSION=28 # Android SDK version that will be used as the earliest version of android this application can run on -PROP_MIN_SDK_VERSION=16 +PROP_MIN_SDK_VERSION=17 # Android SDK version that will be used as the latest version of android this application has been tested on PROP_TARGET_SDK_VERSION=28