Fix workflows + update AGP

This commit is contained in:
chiteroman 2024-12-13 22:07:35 +01:00
parent aba008e224
commit 94c7c8252a
4 changed files with 8 additions and 11 deletions

View File

@ -25,17 +25,15 @@ android {
applicationId = "es.chiteroman.playintegrityfix"
minSdk = 26
targetSdk = 35
versionCode = 18000
versionName = "v18.0"
versionCode = 18100
versionName = "v18.1"
multiDexEnabled = false
externalNativeBuild {
cmake {
arguments(
"-DCMAKE_BUILD_TYPE=Release",
"-DANDROID_STL=none",
"-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON",
"-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON"
"-DCMAKE_BUILD_TYPE=MinSizeRel",
"-DANDROID_STL=none"
)
cFlags(
@ -74,7 +72,6 @@ android {
externalNativeBuild {
cmake {
path = file("src/main/cpp/CMakeLists.txt")
version = "3.31.0"
}
}
}

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.31.0)
cmake_minimum_required(VERSION 3.5)
project("playintegrityfix")

View File

@ -1,5 +1,5 @@
[versions]
agp = "8.7.2"
agp = "8.7.3"
cxx = "27.0.12077973"
hiddenapibypass = "4.3"

View File

@ -1,7 +1,7 @@
id=playintegrityfix
name=Play Integrity Fix
version=v18.0
versionCode=18000
version=v18.1
versionCode=18100
author=chiteroman
description=Universal modular fix for Play Integrity (and SafetyNet) on devices running Android 8-15
updateJson=https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/update.json