diff --git a/changelog.md b/changelog.md index f7f31f2..ba29792 100644 --- a/changelog.md +++ b/changelog.md @@ -11,18 +11,6 @@ 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. -# v18.0 +# v18.1 -- Module won't delete ro.build.selinux prop, if you can't pass attestation, you can try deleting it - manually. - More info here: https://github.com/chiteroman/PlayIntegrityFix/pull/470 - -- Update fingerprint to latest oriole (Pixel 6) beta rom - -- Remove auto conflict apps (cause bootloops, just remove them manually) - -- Improve Zygisk check - -- Upgrade Gradle, AGP and CMake - -- Enable LTO for Zygisk lib +- Update fingerprint diff --git a/update.json b/update.json index 45ee5a2..e84e0b6 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v18.0", - "versionCode": 18000, - "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v18.0/PlayIntegrityFix_v18.0.zip", + "version": "v18.1", + "versionCode": 18100, + "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v18.1/PlayIntegrityFix_v18.1.zip", "changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md" }