From ec07cb192a42cf95b02f098a16fb71d56a6aa07d Mon Sep 17 00:00:00 2001 From: LoveSy Date: Wed, 20 Oct 2021 10:37:05 +0800 Subject: [PATCH] [core] Update ndk (#1317) --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ae76609c..e4f90519 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -45,7 +45,7 @@ val androidTargetSdkVersion by extra(31) val androidMinSdkVersion by extra(27) val androidBuildToolsVersion by extra("31.0.0") 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 androidTargetCompatibility by extra(JavaVersion.VERSION_11)