Use CMake version 3.22.1

This commit is contained in:
chiteroman
2024-08-12 02:23:13 +02:00
parent c7eae2033b
commit 791728dfd8
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ android {
externalNativeBuild {
cmake {
version = "3.28.0+"
version = "3.22.1"
path("src/main/cpp/CMakeLists.txt")
}
}

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.28)
cmake_minimum_required(VERSION 3.22.1)
project(trick_store)
find_package(cxx REQUIRED CONFIG)