aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/build.gradle
diff options
context:
space:
mode:
authorL.W.Reek <syphyr@gmail.com>2022-12-07 22:24:45 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2023-03-21 15:53:39 +0100
commit296295ab8afe1fcf8c3653ecee601a2d312949b5 (patch)
treeb86406019f9205e97cf9fc0faf0c40527161a607 /ui/build.gradle
parentbuild: Google Play requires target API level 31 or higher (diff)
downloadwireguard-android-296295ab8afe1fcf8c3653ecee601a2d312949b5.tar.xz
wireguard-android-296295ab8afe1fcf8c3653ecee601a2d312949b5.zip
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>
Diffstat (limited to 'ui/build.gradle')
-rw-r--r--ui/build.gradle1
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