We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a797b commit 942b64fCopy full SHA for 942b64f
library/CMakeLists.txt
@@ -3,7 +3,7 @@
3
4
# Sets the minimum version of CMake required to build the native library.
5
6
-cmake_minimum_required(VERSION 3.13.2)
+cmake_minimum_required(VERSION 3.10.2)
7
8
# Creates and names a library, sets it as either STATIC
9
# or SHARED, and provides the relative paths to its source code.
library/build.gradle
@@ -32,7 +32,7 @@ android {
32
}
33
externalNativeBuild {
34
cmake {
35
- version "3.13.2"
+ version "3.14.3"
36
path "CMakeLists.txt"
37
38
0 commit comments