diff options
Diffstat (limited to 'android/native')
-rw-r--r-- | android/native/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/native/build.gradle b/android/native/build.gradle index e37694f5b..2ddc77135 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 29 + compileSdkVersion 30 buildToolsVersion '30.0.3' ndkVersion "$ndk_version" defaultConfig { minSdkVersion 16 - targetSdkVersion 29 + targetSdkVersion 30 externalNativeBuild { ndkBuild { arguments '-j' + Runtime.getRuntime().availableProcessors(), |