diff --git a/client/Android/Studio/build.gradle b/client/Android/Studio/build.gradle index 40eb404b4..d53d28e10 100644 --- a/client/Android/Studio/build.gradle +++ b/client/Android/Studio/build.gradle @@ -32,7 +32,7 @@ ext { versionCode = properties.get('VERSION_CODE', 100) compileApi = properties.get('COMPILE_API', 31) targetApi = properties.get('TARGET_API', 31) - minApi = properties.get('MIN_API', 21) + minApi = properties.get('MIN_API', 23) toolsVersion = properties.get('TOOLS_VERSION', '31.0.0') println '----------------- Project configuration -------------------' diff --git a/scripts/android-build-release.conf b/scripts/android-build-release.conf index 1c8f7a14b..d1834efbe 100644 --- a/scripts/android-build-release.conf +++ b/scripts/android-build-release.conf @@ -15,7 +15,7 @@ WITH_OPENSSL=1 WITH_FFMPEG=1 BUILD_DEPS=1 DEPS_ONLY=0 -NDK_TARGET=21 +NDK_TARGET=23 JPEG_TAG=master OPENH264_TAG=v1.8.0 # NOTE: NDK r15c or earlier needed in --openh624-ndk for v1.8.0