Update NDK to r28-beta3

This commit is contained in:
世界 2025-01-27 10:32:41 +08:00
parent 8a1b0ddc74
commit 1f98e5f5f1
No known key found for this signature in database
GPG key ID: CD109927C34A63C4

View file

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