From cd22f0361a4a857650bdc163dd65e3e4b81899ad Mon Sep 17 00:00:00 2001 From: chiteroman Date: Fri, 25 Oct 2024 11:58:41 +0200 Subject: [PATCH] v17.9 --- app/build.gradle.kts | 4 ++-- changelog.md | 11 ++++------- module/module.prop | 4 ++-- update.json | 6 +++--- 4 files changed, 11 insertions(+), 14 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c74c8019..de1df598 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -25,8 +25,8 @@ android { applicationId = "es.chiteroman.playintegrityfix" minSdk = 26 targetSdk = 35 - versionCode = 17800 - versionName = "v17.8" + versionCode = 17900 + versionName = "v17.9" multiDexEnabled = false externalNativeBuild { diff --git a/changelog.md b/changelog.md index df4ba485..3fa61061 100644 --- a/changelog.md +++ b/changelog.md @@ -11,11 +11,8 @@ 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.8 +# v17.9 -- Auto parse fields from fingerprint! -- Auto detect test signed ROM! -- Auto remove conflict apps! -- Auto add GMS to denylist if using Shamiko! -- Back to Dobby (my version: https://github.com/chiteroman/Dobby.git) -- Other improvements +- Update fingerprint to latest beta (thanks to XiaomiEU devs) +- Fix Shamiko whitelist bug +- Fix bootloops on XiaomiEU custom roms diff --git a/module/module.prop b/module/module.prop index e303dcba..b9aa9a3e 100644 --- a/module/module.prop +++ b/module/module.prop @@ -1,7 +1,7 @@ id=playintegrityfix name=Play Integrity Fix -version=v17.8 -versionCode=17800 +version=v17.9 +versionCode=17900 author=chiteroman description=Universal modular fix for Play Integrity (and SafetyNet) on devices running Android 8-15 updateJson=https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/update.json diff --git a/update.json b/update.json index 1c43b3bc..dbcd42b5 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v17.8", - "versionCode": 17800, - "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v17.8/PlayIntegrityFix_v17.8.zip", + "version": "v17.9", + "versionCode": 17900, + "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v17.9/PlayIntegrityFix_v17.9.zip", "changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md" }