From 8cf0a21acde1d1dcd096fe5b7f1ba29fbca10461 Mon Sep 17 00:00:00 2001 From: akallabeth Date: Fri, 14 Jan 2022 13:14:17 +0100 Subject: [PATCH] Increased required android version to 6.0 (API 23) There are library loader issues with OpenSSL below that API version. (Undefined symbols most likely due to versioning mismatches of the OpenSSL build) --- client/Android/Studio/build.gradle | 2 +- scripts/android-build-release.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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