Skip to content

Commit 8c7471a

Browse files
fix(ad-hoc): CMake 3.31.6 (#353)
1 parent a8850a2 commit 8c7471a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ ext {
5050
compileSdkVersion = 36
5151

5252
ndkVersion = '28.2.13676358'
53-
cmakeVersion = '4.0.3'
53+
cmakeVersion = '3.31.6'
5454

5555
publishGroupId = 'com.processout'
5656
publishVersion = file('version.resolved').getText().trim()

netcetera-3ds-core/src/main/cpp/CMakeLists.copy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 4.0.3)
1+
cmake_minimum_required(VERSION 3.31.6)
22

33
project(netcetera-3ds-core)
44

0 commit comments

Comments
 (0)