Downgrade CMake

Fix Github Actions
This commit is contained in:
chiteroman 2024-10-03 16:50:02 +02:00
parent 28291bcf5d
commit 24b4146f79
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ android {
externalNativeBuild { externalNativeBuild {
cmake { cmake {
path = file("src/main/cpp/CMakeLists.txt") path = file("src/main/cpp/CMakeLists.txt")
version = "3.30.4" version = "3.30.3"
} }
} }
} }

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.30.4) cmake_minimum_required(VERSION 3.30.3)
project("playintegrityfix") project("playintegrityfix")