From f042c27e25c891304df33d32ba5dc90614c1d29c Mon Sep 17 00:00:00 2001 From: chiteroman Date: Fri, 16 Aug 2024 10:48:28 +0200 Subject: [PATCH] v17.1 --- changelog.md | 5 ++--- update.json | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/changelog.md b/changelog.md index 4ec06b89..ce96187f 100644 --- a/changelog.md +++ b/changelog.md @@ -11,7 +11,6 @@ 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.0 +# v17.1 -- Update to latest husky beta fingerprint -- Improvements in code +- Update fingerprint from husky to akita diff --git a/update.json b/update.json index ece38b98..6cb339d9 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v17.0", - "versionCode": 17000, - "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v17.0/PlayIntegrityFix_v17.0.zip", + "version": "v17.1", + "versionCode": 17100, + "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v17.1/PlayIntegrityFix_v17.1.zip", "changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md" }