From c1e430ef68271b8769ae8852b2b4a2fa0fb7ccac Mon Sep 17 00:00:00 2001 From: Muhammad Rifqi Priyo Susanto Date: Sat, 18 Feb 2023 06:03:28 +0700 Subject: Android: Increase minimum SDK version to 21 Target/compiled SDK version is increased to 33. Build Tools, NDK, and Gradle are also updated. --- android/native/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'android/native') diff --git a/android/native/build.gradle b/android/native/build.gradle index dc923bf3d..6caec1379 100644 --- a/android/native/build.gradle +++ b/android/native/build.gradle @@ -2,12 +2,12 @@ apply plugin: 'com.android.library' apply plugin: 'de.undercouch.download' android { - compileSdkVersion 32 - buildToolsVersion '32.0.0' + compileSdkVersion 33 + buildToolsVersion '33.0.2' ndkVersion "$ndk_version" defaultConfig { - minSdkVersion 16 - targetSdkVersion 32 + minSdkVersion 21 + targetSdkVersion 33 externalNativeBuild { ndkBuild { arguments '-j' + Runtime.getRuntime().availableProcessors(), -- cgit v1.2.3