lpac-jni: Hard-code a single NDK version

This commit is contained in:
Peter Cai 2024-01-12 20:47:00 -05:00
parent 0208cabfa2
commit 6d4d4f9041

View file

@ -6,6 +6,7 @@ plugins {
android {
namespace = "net.typeblog.lpac_jni"
compileSdk = 33
ndkVersion = "26.1.10909125"
defaultConfig {
minSdk = 27