Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2020-04-06 23:02:26 +0300
committerDaniel Lublin <daniel@lublin.se>2020-04-06 23:02:26 +0300
commit0320df989ca25159428912128952678873cd0c8e (patch)
treee2883d4ba6de58aa834dd18a0a27c417b974b89b
parente97a615670fd350ac68561a740f1591dbeb78e84 (diff)
Appease our gradle...
https://stackoverflow.com/questions/60404457/android-no-version-of-ndk-matched-the-requested-version
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index cda88b7..1b6839e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -46,6 +46,7 @@ dependencies {
android {
compileSdkVersion 29
buildToolsVersion '29.0.3'
+ ndkVersion '21.0.6113669'
sourceSets.main.jniLibs.srcDir 'src/main/libs/'
sourceSets.main.jni.srcDirs = [] // Disable NDK build support until it supports multiple modules.