Update NDK to r28

This commit is contained in:
世界 2025-02-10 19:13:31 +08:00
parent 33a943fbec
commit 9cc852a51b
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.12916984"
ndkVersion "28.0.13004108"
def ndkPathFromEnv = System.getenv("ANDROID_NDK_HOME")
if (ndkPathFromEnv != null) {