summaryrefslogtreecommitdiff
path: root/build/android/native
diff options
context:
space:
mode:
authorMaksim <MoNTE48@mail.ua>2020-09-07 22:12:31 +0200
committerrubenwardy <rw@rubenwardy.com>2020-10-13 20:28:31 +0100
commit2ca81d679f92ff1f0effccff5d3ee5672871324f (patch)
tree2514a0ba566ead90b952a2018212d22827449ae5 /build/android/native
parente831ebd63bd8d173cc3ef10cb7d2ff2ed9f9090d (diff)
downloadminetest-2ca81d679f92ff1f0effccff5d3ee5672871324f.tar.gz
minetest-2ca81d679f92ff1f0effccff5d3ee5672871324f.tar.bz2
minetest-2ca81d679f92ff1f0effccff5d3ee5672871324f.zip
Android: update gradle, NDK and built tools version
Diffstat (limited to 'build/android/native')
-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