Skip to content

Commit 09a7210

Browse files
committed
Merge branch 'develop' of https://github.com/StringCare/AndroidLibrary into develop
2 parents ef2728f + 8f2e709 commit 09a7210

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.14.4)
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
@@ -34,7 +34,7 @@ android {
3434
}
3535
externalNativeBuild {
3636
cmake {
37-
version "3.14.4"
37+
version "3.10.2"
3838
path "CMakeLists.txt"
3939
}
4040
}

0 commit comments

Comments
 (0)