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: If you want to share your knowledge join:
https://t.me/playintegrityfix 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. - Removed custom resetprop.
- Fix JSON parsing.
You can't use pif.json or pif.prop files to spoof custom props. - Less libs size.
- Few code improvements.

View File

@ -1,7 +1,7 @@
id=playintegrityfix id=playintegrityfix
name=Play Integrity Fix name=Play Integrity Fix
version=PROPS-v2.1 version=PROPS-v2.1
versionCode=2001 versionCode=2101
author=chiteroman author=chiteroman
description=Fix CTS profile (SafetyNet) and DEVICE verdict (Play Integrity). 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", "version": "v2.1",
"versionCode": 138, "versionCode": 2101,
"zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v13.8/PlayIntegrityFix_v13.8.zip", "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/PROPS/PlayIntegrityFix_PROPS-v2.1.zip",
"changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md" "changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/custom/changelog.md"
} }