Skip to content

Commit 942b64f

Browse files
author
Efra Espada
committed
cmake
1 parent 82a797b commit 942b64f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Sets the minimum version of CMake required to build the native library.
55

6-
cmake_minimum_required(VERSION 3.13.2)
6+
cmake_minimum_required(VERSION 3.10.2)
77

88
# Creates and names a library, sets it as either STATIC
99
# or SHARED, and provides the relative paths to its source code.

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ android {
3232
}
3333
externalNativeBuild {
3434
cmake {
35-
version "3.13.2"
35+
version "3.14.3"
3636
path "CMakeLists.txt"
3737
}
3838
}

0 commit comments

Comments
 (0)