From 06aa2d83e95b48f72612ba969ed488ee182aff00 Mon Sep 17 00:00:00 2001 From: osm0sis Date: Wed, 29 Nov 2023 11:01:58 -0400 Subject: [PATCH] Allow PROPS branch builds to update themselves, fix versioning --- changelog.md | 12 +++++++----- module/module.prop | 4 ++-- update.json | 10 +++++----- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/changelog.md b/changelog.md index 26e921f..8bf2c56 100644 --- a/changelog.md +++ b/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. \ No newline at end of file +- Removed custom resetprop. +- Fix JSON parsing. +- Less libs size. +- Few code improvements. diff --git a/module/module.prop b/module/module.prop index 70ffaef..0503971 100644 --- a/module/module.prop +++ b/module/module.prop @@ -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 \ No newline at end of file +updateJson=https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/custom/update.json diff --git a/update.json b/update.json index 6e4bb71..f39cd59 100644 --- a/update.json +++ b/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" -} \ No newline at end of file + "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" +}