Update NDK version

This commit is contained in:
世界 2024-10-28 22:12:14 +08:00
parent 1a6047a61b
commit 419058f466
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4

View File

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