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>
This commit is contained in:
L.W.Reek 2022-12-07 22:24:45 +01:00 committed by Jason A. Donenfeld
parent d1237e2718
commit 296295ab8a

View File

@ -13,6 +13,7 @@ final def keystorePropertiesFile = rootProject.file("keystore.properties")
android {
compileSdk 33
ndkVersion "21.4.7075529"
buildFeatures {
buildConfig = true
dataBinding = true