From 3b1f7591cdf4c4d6e80b7035dc0ed84c928ee241 Mon Sep 17 00:00:00 2001 From: chiteroman Date: Sun, 18 Aug 2024 01:44:07 +0200 Subject: [PATCH] v17.2 --- changelog.md | 9 +++++++-- update.json | 6 +++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index ce96187f..415e532c 100644 --- a/changelog.md +++ b/changelog.md @@ -11,6 +11,11 @@ NOTE: If your ROM is signed with test-keys, modify "SPOOF_PACKAGE_MANAGER" value /data/adb/modules/playintegrityfix/pif.json and set to "true". Remember to kill com.google.android.gms.unstable process after this! -# v17.1 +# v17.2 -- Update fingerprint from husky to akita +- Fix custom ROMs support +- Spoof android.os.Build fields in Zygisk instead Java +- Compatibility with TrickyStore module +- If hook is disabled, unload Zygisk lib +- Add granular advanced spoofing options (thanks @osm0sis) +- Other minor improvements diff --git a/update.json b/update.json index 6cb339d9..0d76ec82 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v17.1", - "versionCode": 17100, - "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v17.1/PlayIntegrityFix_v17.1.zip", + "version": "v17.2", + "versionCode": 17200, + "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v17.2/PlayIntegrityFix_v17.2.zip", "changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md" }