Update NDK to r28

This commit is contained in:
世界
2025-02-10 19:13:31 +08:00
parent 33a943fbec
commit 9cc852a51b

View File

@@ -12,7 +12,7 @@ android {
namespace "io.nekohasekai.sfa"
compileSdk 35
ndkVersion "28.0.12916984"
ndkVersion "28.0.13004108"
def ndkPathFromEnv = System.getenv("ANDROID_NDK_HOME")
if (ndkPathFromEnv != null) {