android: set ndk version

This commit is contained in:
luboslenco
2026-03-14 20:16:44 +01:00
parent f2a05e31e1
commit 70e430a2e6
@@ -6,6 +6,7 @@ plugins {
android {
namespace = "{package}"
compileSdk = {compileSdkVersion}
ndkVersion = "29.0.14206865"
defaultConfig {
applicationId = "{package}"