From da4bd8b983940c9eac549dc966952c75a828bffc Mon Sep 17 00:00:00 2001 From: chiteroman Date: Thu, 3 Oct 2024 17:26:57 +0200 Subject: [PATCH] v17.7 --- changelog.md | 9 +++------ update.json | 6 +++--- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/changelog.md b/changelog.md index 67b97089..92562e48 100644 --- a/changelog.md +++ b/changelog.md @@ -15,10 +15,7 @@ If you are using TrickyStore and you have a valid keybox, but Strong isn't passing, maybe you should change the ROM. Stock ROMs gives the best results. -# v17.6 +# v17.7 -- Remove keybox logic -- Update AGP, NDK & CMake -- Change build from MinSizeRel to Release (better performance) -- Enable LTO -- Refactor code +- Update Gradle and AGP +- Update fingerprint (fix RCS) diff --git a/update.json b/update.json index 498d5e49..552095f5 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v17.6", - "versionCode": 17600, - "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v17.6/PlayIntegrityFix_v17.6.zip", + "version": "v17.7", + "versionCode": 17700, + "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v17.7/PlayIntegrityFix_v17.7.zip", "changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md" }