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.
2 parents ef2728f + 8f2e709 commit 09a7210Copy full SHA for 09a7210
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.14.4)
+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
@@ -34,7 +34,7 @@ android {
34
}
35
externalNativeBuild {
36
cmake {
37
- version "3.14.4"
+ version "3.10.2"
38
path "CMakeLists.txt"
39
40
0 commit comments