From fb3085a2c593e0671e3322fe0e7d0914a052acef Mon Sep 17 00:00:00 2001 From: Muhammad Rifqi Priyo Susanto Date: Mon, 31 Oct 2022 20:19:30 +0700 Subject: Android: Increase target/compiled SDK version to 32 (#12911) Build Tools, NDK, and Gradle are also updated. Repositories is changed from jcenter() to mavenCentral(). --- android/native/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'android/native') diff --git a/android/native/build.gradle b/android/native/build.gradle index 90e4fe2e7..dc923bf3d 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 30 - buildToolsVersion '30.0.3' + compileSdkVersion 32 + buildToolsVersion '32.0.0' ndkVersion "$ndk_version" defaultConfig { minSdkVersion 16 - targetSdkVersion 30 + targetSdkVersion 32 externalNativeBuild { ndkBuild { arguments '-j' + Runtime.getRuntime().availableProcessors(), -- cgit v1.2.3