From 24b4146f797c936092f265163bcf296083f8a1c2 Mon Sep 17 00:00:00 2001 From: chiteroman Date: Thu, 3 Oct 2024 16:50:02 +0200 Subject: [PATCH] Downgrade CMake Fix Github Actions --- app/build.gradle.kts | 2 +- app/src/main/cpp/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c693ecf..7e75a03 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -76,7 +76,7 @@ android { externalNativeBuild { cmake { path = file("src/main/cpp/CMakeLists.txt") - version = "3.30.4" + version = "3.30.3" } } } diff --git a/app/src/main/cpp/CMakeLists.txt b/app/src/main/cpp/CMakeLists.txt index 4e1c3c8..d0a86eb 100644 --- a/app/src/main/cpp/CMakeLists.txt +++ b/app/src/main/cpp/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.30.4) +cmake_minimum_required(VERSION 3.30.3) project("playintegrityfix")