From 6e321ae265296bdb137a6be5827015ac4ce7dc8a Mon Sep 17 00:00:00 2001 From: RH Date: Thu, 23 May 2024 03:23:56 +1000 Subject: [PATCH] Update the CMake minimum version requirement to 3.23.0+ (#1918) --- core/platform/android/libaxmol/axutils.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/platform/android/libaxmol/axutils.gradle b/core/platform/android/libaxmol/axutils.gradle index 6efa15ecbe16..a3a3cc66c364 100644 --- a/core/platform/android/libaxmol/axutils.gradle +++ b/core/platform/android/libaxmol/axutils.gradle @@ -97,7 +97,7 @@ class axutils { // } @SuppressWarnings('unused') - static String[] findNativeBuildTools(project, cmakeVer = "3.22.1+", ndkVer = "23.2.8568313") { + static String[] findNativeBuildTools(project, cmakeVer = "3.23.0+", ndkVer = "23.2.8568313") { // cmakeVer should overwrite by command line if (project.properties.__1K_CMAKE_VERSION != null) cmakeVer = project.properties.__1K_CMAKE_VERSION