[core] Update ndk (#1317)

This commit is contained in:
LoveSy 2021-10-20 10:37:05 +08:00 committed by GitHub
parent 5fe265644f
commit ec07cb192a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ val androidTargetSdkVersion by extra(31)
val androidMinSdkVersion by extra(27) val androidMinSdkVersion by extra(27)
val androidBuildToolsVersion by extra("31.0.0") val androidBuildToolsVersion by extra("31.0.0")
val androidCompileSdkVersion by extra(31) val androidCompileSdkVersion by extra(31)
val androidCompileNdkVersion by extra("23.0.7599858") val androidCompileNdkVersion by extra("23.1.7779620")
val androidSourceCompatibility by extra(JavaVersion.VERSION_11) val androidSourceCompatibility by extra(JavaVersion.VERSION_11)
val androidTargetCompatibility by extra(JavaVersion.VERSION_11) val androidTargetCompatibility by extra(JavaVersion.VERSION_11)