aboutsummaryrefslogtreecommitdiff
path: root/android/native
diff options
context:
space:
mode:
Diffstat (limited to 'android/native')
-rw-r--r--android/native/build.gradle6
1 files changed, 3 insertions, 3 deletions
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(),