From 97087b3c6dc2b3281849b6859565016426e848a9 Mon Sep 17 00:00:00 2001 From: Herbert Poul Date: Wed, 1 Apr 2020 10:46:39 +0200 Subject: [PATCH] specify cmake version 3.6 or later --- android/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/build.gradle b/android/build.gradle index e19fe25..f51bc26 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -42,6 +42,8 @@ android { // Encapsulates your CMake build configurations. cmake { //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. path "CMakeLists.txt" }