mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-01-18 11:02:40 +02:00
Downgrade CMake
Fix Github Actions
This commit is contained in:
parent
28291bcf5d
commit
24b4146f79
@ -76,7 +76,7 @@ android {
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
path = file("src/main/cpp/CMakeLists.txt")
|
||||
version = "3.30.4"
|
||||
version = "3.30.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.30.4)
|
||||
cmake_minimum_required(VERSION 3.30.3)
|
||||
|
||||
project("playintegrityfix")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user