mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-01-19 03:22:39 +02:00
Allow PROPS branch builds to update themselves, fix versioning
This commit is contained in:
parent
72f3882054
commit
06aa2d83e9
12
changelog.md
12
changelog.md
@ -2,10 +2,12 @@ We have a Telegram channel!
|
||||
If you want to share your knowledge join:
|
||||
https://t.me/playintegrityfix
|
||||
|
||||
# v13.8
|
||||
# CUSTOM SPOOF v2.1
|
||||
|
||||
Google banned old fingerprints :(
|
||||
DO NOT USE THIS BUILD IF YOU AREN'T A DEVELOPER, ALWAYS USE LATEST STABLE.
|
||||
THIS BUILD IS JUST FOR TESTING PURPOSES.
|
||||
|
||||
This build has hardcoded the fix into Zygisk native libs like v13.0.
|
||||
|
||||
You can't use pif.json or pif.prop files to spoof custom props.
|
||||
- Removed custom resetprop.
|
||||
- Fix JSON parsing.
|
||||
- Less libs size.
|
||||
- Few code improvements.
|
||||
|
@ -1,7 +1,7 @@
|
||||
id=playintegrityfix
|
||||
name=Play Integrity Fix
|
||||
version=PROPS-v2.1
|
||||
versionCode=2001
|
||||
versionCode=2101
|
||||
author=chiteroman
|
||||
description=Fix CTS profile (SafetyNet) and DEVICE verdict (Play Integrity).
|
||||
updateJson=https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/update.json
|
||||
updateJson=https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/custom/update.json
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "v13.8",
|
||||
"versionCode": 138,
|
||||
"zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v13.8/PlayIntegrityFix_v13.8.zip",
|
||||
"changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md"
|
||||
"version": "v2.1",
|
||||
"versionCode": 2101,
|
||||
"zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/PROPS/PlayIntegrityFix_PROPS-v2.1.zip",
|
||||
"changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/custom/changelog.md"
|
||||
}
|
Loading…
Reference in New Issue
Block a user