summaryrefslogtreecommitdiff
path: root/build/android/native/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build/android/native/build.gradle')
-rw-r--r--build/android/native/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/android/native/build.gradle b/build/android/native/build.gradle
index b072766b0..69e1cf461 100644
--- a/build/android/native/build.gradle
+++ b/build/android/native/build.gradle
@@ -3,8 +3,8 @@ apply plugin: 'de.undercouch.download'
android {
compileSdkVersion 29
- buildToolsVersion '29.0.3'
- ndkVersion '21.2.6472646'
+ buildToolsVersion '30.0.2'
+ ndkVersion '21.3.6528147'
defaultConfig {
minSdkVersion 16
targetSdkVersion 29