Browse Source

specify cmake version 3.6 or later

master
Herbert Poul 5 years ago
parent
commit
97087b3c6d
  1. 2
      android/build.gradle

2
android/build.gradle

@ -42,6 +42,8 @@ android {
// Encapsulates your CMake build configurations. // Encapsulates your CMake build configurations.
cmake { cmake {
//version "3.10.2" //version "3.10.2"
// f-droid uses 3.7, let's hope it works this way.
version "3.6.0+"
// Provides a relative path to your CMake build script. // Provides a relative path to your CMake build script.
path "CMakeLists.txt" path "CMakeLists.txt"
} }

Loading…
Cancel
Save