Skip to content

Commit d47d756

Browse files
committed
don't specify cmake version.
1 parent c4215e5 commit d47d756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ android {
4747
externalNativeBuild {
4848
// Encapsulates your CMake build configurations.
4949
cmake {
50-
version "3.10.2"
50+
// version "3.10.2"
5151
// f-droid uses 3.7, let's hope it works this way.
5252
//version "3.6.0+"
5353
// Provides a relative path to your CMake build script.

0 commit comments

Comments
 (0)