Allow PROPS branch builds to update themselves, fix versioning

This commit is contained in:
osm0sis 2023-11-29 11:01:58 -04:00
parent 72f3882054
commit 06aa2d83e9
No known key found for this signature in database
GPG Key ID: 6F67B35EACE37744
3 changed files with 14 additions and 12 deletions

View File

@ -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.

View File

@ -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

View File

@ -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"
}