diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 7f7fd14c..5014bd87 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -1,5 +1,5 @@ # Set this to the minimum version your project supports. -cmake_minimum_required(VERSION 3.18) +cmake_minimum_required(VERSION 3.19) project(CrashHandler) find_library(log-lib log) add_library(native-lib SHARED src/main/cpp/native-lib.cpp)