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:
parent
d1237e2718
commit
296295ab8a
@ -13,6 +13,7 @@ final def keystorePropertiesFile = rootProject.file("keystore.properties")
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdk 33
|
compileSdk 33
|
||||||
|
ndkVersion "21.4.7075529"
|
||||||
buildFeatures {
|
buildFeatures {
|
||||||
buildConfig = true
|
buildConfig = true
|
||||||
dataBinding = true
|
dataBinding = true
|
||||||
|
Loading…
Reference in New Issue
Block a user