[client,android] force newer NDK

This commit is contained in:
akallabeth
2025-01-20 10:37:33 +01:00
parent c03714c5de
commit b59140d6ef

View File

@@ -14,6 +14,7 @@ android {
minSdkVersion rootProject.ext.minApi
targetSdkVersion rootProject.ext.targetApi
vectorDrawables.useSupportLibrary = true
ndkVersion = "27.2.12479018"
ndk {
File jniLibsDirectory = new File(project.projectDir, "src/main/jniLibs")