mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-01-18 11:02:40 +02:00
v17.8
This commit is contained in:
parent
0d2c22d982
commit
fb36aab0c0
@ -25,8 +25,8 @@ android {
|
|||||||
applicationId = "es.chiteroman.playintegrityfix"
|
applicationId = "es.chiteroman.playintegrityfix"
|
||||||
minSdk = 26
|
minSdk = 26
|
||||||
targetSdk = 35
|
targetSdk = 35
|
||||||
versionCode = 17700
|
versionCode = 17800
|
||||||
versionName = "v17.7"
|
versionName = "v17.8"
|
||||||
multiDexEnabled = false
|
multiDexEnabled = false
|
||||||
|
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
|
14
changelog.md
14
changelog.md
@ -7,15 +7,15 @@ If not, try removing /data/adb/pif.json file.
|
|||||||
Donations:
|
Donations:
|
||||||
https://www.paypal.com/paypalme/chiteroman
|
https://www.paypal.com/paypalme/chiteroman
|
||||||
|
|
||||||
If your ROM is signed with test-keys, modify "spoofSignature" value in
|
|
||||||
/data/adb/modules/playintegrityfix/pif.json and set to "true".
|
|
||||||
Remember to kill com.google.android.gms.unstable process after this!
|
|
||||||
|
|
||||||
If you are using TrickyStore and you have a valid keybox, but Strong
|
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.7
|
# v17.8
|
||||||
|
|
||||||
- Update Gradle and AGP
|
- Auto parse fields from fingerprint!
|
||||||
- Update fingerprint (fix RCS)
|
- Auto detect test signed ROM!
|
||||||
|
- Auto remove conflict apps!
|
||||||
|
- Auto add GMS to denylist if using Shamiko!
|
||||||
|
- Back to Dobby (my version: https://github.com/chiteroman/Dobby.git)
|
||||||
|
- Other improvements
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
id=playintegrityfix
|
id=playintegrityfix
|
||||||
name=Play Integrity Fix
|
name=Play Integrity Fix
|
||||||
version=v17.7
|
version=v17.8
|
||||||
versionCode=17700
|
versionCode=17800
|
||||||
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
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": "v17.7",
|
"version": "v17.8",
|
||||||
"versionCode": 17700,
|
"versionCode": 17800,
|
||||||
"zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v17.7/PlayIntegrityFix_v17.7.zip",
|
"zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v17.8/PlayIntegrityFix_v17.8.zip",
|
||||||
"changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md"
|
"changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user