使用更稳定的NDK29

This commit is contained in:
NkBe 2025-08-18 14:00:32 +08:00
parent 25685bd4c6
commit cddcedefa2
No known key found for this signature in database
GPG Key ID: 75EF144ED8F4D7B8
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ val coreVerName by extra(coreLatestTag)
val androidMinSdkVersion by extra(27)
val androidTargetSdkVersion by extra(36)
val androidCompileSdkVersion by extra(36)
val androidCompileNdkVersion by extra("29.0.13846066")
val androidCompileNdkVersion by extra("29.0.13113456")
val androidBuildToolsVersion by extra("36.0.0")
val androidSourceCompatibility by extra(JavaVersion.VERSION_21)
val androidTargetCompatibility by extra(JavaVersion.VERSION_21)