diff options
author | cyBerta <cyberta@riseup.net> | 2021-07-15 13:31:12 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-07-21 22:02:28 +0200 |
commit | f2f4d340ea2276c5e88e9451554c56f92ab616d4 (patch) | |
tree | e99b66d15d37a369f5d3437865397b236ccf955e | |
parent | 7b7fa94ff24aa56faf5123e867c2206c2ca69852 (diff) |
set required ndk version in build.gradle
-rw-r--r-- | app/build.gradle | 1 |
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 |