release: Update NDK to r28-beta3

This commit is contained in:
世界
2025-01-27 10:33:16 +08:00
parent 4807e64609
commit 3923b57abf
3 changed files with 7 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ func FindSDK() {
}
func findNDK() bool {
const fixedVersion = "28.0.12674087"
const fixedVersion = "28.0.12916984"
const versionFile = "source.properties"
if fixedPath := filepath.Join(androidSDKPath, "ndk", fixedVersion); rw.IsFile(filepath.Join(fixedPath, versionFile)) {
androidNDKPath = fixedPath