We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8850a2 commit 8c7471aCopy full SHA for 8c7471a
2 files changed
build.gradle
@@ -50,7 +50,7 @@ ext {
50
compileSdkVersion = 36
51
52
ndkVersion = '28.2.13676358'
53
- cmakeVersion = '4.0.3'
+ cmakeVersion = '3.31.6'
54
55
publishGroupId = 'com.processout'
56
publishVersion = file('version.resolved').getText().trim()
netcetera-3ds-core/src/main/cpp/CMakeLists.copy
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 4.0.3)
+cmake_minimum_required(VERSION 3.31.6)
2
3
project(netcetera-3ds-core)
4
0 commit comments