Skip to content

Commit

Permalink
Updated minimum cmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed May 13, 2024
1 parent 7704494 commit 7ac91b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ac91b3

Please sign in to comment.