diff --git a/build.gradle b/build.gradle index b4327ebbf..8b14bf8a4 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ ext { compileSdkVersion = 36 ndkVersion = '28.2.13676358' - cmakeVersion = '4.0.3' + cmakeVersion = '3.31.6' publishGroupId = 'com.processout' publishVersion = file('version.resolved').getText().trim() diff --git a/netcetera-3ds-core/src/main/cpp/CMakeLists.copy b/netcetera-3ds-core/src/main/cpp/CMakeLists.copy index 08fc92bc5..0270c3fef 100644 --- a/netcetera-3ds-core/src/main/cpp/CMakeLists.copy +++ b/netcetera-3ds-core/src/main/cpp/CMakeLists.copy @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 4.0.3) +cmake_minimum_required(VERSION 3.31.6) project(netcetera-3ds-core)