diff options
author | L.W.Reek <syphyr@gmail.com> | 2022-12-07 22:24:45 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-03-21 15:53:39 +0100 |
commit | 296295ab8afe1fcf8c3653ecee601a2d312949b5 (patch) | |
tree | b86406019f9205e97cf9fc0faf0c40527161a607 | |
parent | d1237e2718de2daea5db4f1a95b4978b6311b795 (diff) |
gradle: use same NDK for tunnel and UI
Fixes: 4f261560 ("gradle: force the use of an older NDK version")
Signed-off-by: L.W.Reek <syphyr@gmail.com>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r-- | ui/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/build.gradle b/ui/build.gradle index a5e7b4fa..67f2a5c3 100644 --- a/ui/build.gradle +++ b/ui/build.gradle @@ -13,6 +13,7 @@ final def keystorePropertiesFile = rootProject.file("keystore.properties") android { compileSdk 33 + ndkVersion "21.4.7075529" buildFeatures { buildConfig = true dataBinding = true |