This commit is contained in:
chiteroman 2024-10-25 11:58:41 +02:00
parent 73050ca67c
commit cd22f0361a
4 changed files with 11 additions and 14 deletions

View File

@ -25,8 +25,8 @@ android {
applicationId = "es.chiteroman.playintegrityfix" applicationId = "es.chiteroman.playintegrityfix"
minSdk = 26 minSdk = 26
targetSdk = 35 targetSdk = 35
versionCode = 17800 versionCode = 17900
versionName = "v17.8" versionName = "v17.9"
multiDexEnabled = false multiDexEnabled = false
externalNativeBuild { externalNativeBuild {

View File

@ -11,11 +11,8 @@ If you are using TrickyStore and you have a valid keybox, but Strong
isn't passing, maybe you should change the ROM. isn't passing, maybe you should change the ROM.
Stock ROMs gives the best results. Stock ROMs gives the best results.
# v17.8 # v17.9
- Auto parse fields from fingerprint! - Update fingerprint to latest beta (thanks to XiaomiEU devs)
- Auto detect test signed ROM! - Fix Shamiko whitelist bug
- Auto remove conflict apps! - Fix bootloops on XiaomiEU custom roms
- Auto add GMS to denylist if using Shamiko!
- Back to Dobby (my version: https://github.com/chiteroman/Dobby.git)
- Other improvements

View File

@ -1,7 +1,7 @@
id=playintegrityfix id=playintegrityfix
name=Play Integrity Fix name=Play Integrity Fix
version=v17.8 version=v17.9
versionCode=17800 versionCode=17900
author=chiteroman author=chiteroman
description=Universal modular fix for Play Integrity (and SafetyNet) on devices running Android 8-15 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 updateJson=https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/update.json

View File

@ -1,6 +1,6 @@
{ {
"version": "v17.8", "version": "v17.9",
"versionCode": 17800, "versionCode": 17900,
"zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v17.8/PlayIntegrityFix_v17.8.zip", "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v17.9/PlayIntegrityFix_v17.9.zip",
"changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md" "changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md"
} }