From 7ac91b34979ff622eeef302ca20997ec9c5a023e Mon Sep 17 00:00:00 2001 From: M66B Date: Mon, 13 May 2024 08:42:47 +0200 Subject: [PATCH] Updated minimum cmake version --- app/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index a7e1d3bbc9..ed3abe6b7b 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -2,7 +2,7 @@ # https://developer.android.com/studio/projects/configure-cmake project(fairemail) -cmake_minimum_required(VERSION 3.4.1) +cmake_minimum_required(VERSION 3.22.1) add_library(fairemail SHARED src/main/jni/fairemail.cc