summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2021-07-15 13:31:12 +0200
committercyBerta <cyberta@riseup.net>2021-07-21 22:02:28 +0200
commitf2f4d340ea2276c5e88e9451554c56f92ab616d4 (patch)
treee99b66d15d37a369f5d3437865397b236ccf955e
parent7b7fa94ff24aa56faf5123e867c2206c2ca69852 (diff)
set required ndk version in build.gradle
-rw-r--r--app/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index baad211a..9e1d4d7b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -5,6 +5,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 30
+ ndkVersion "21.4.7075529"
compileOptions {
targetCompatibility 1.8