From d8ed474b165f094fdedc32caaae1f82ebc99eb3d Mon Sep 17 00:00:00 2001 From: Corentin C <57543006+corentin-c@users.noreply.github.com> Date: Wed, 29 Jan 2025 18:44:27 +0100 Subject: [PATCH] fix(SwissId - Play integrity Removal): Add recommended app version (#4370) --- .../integritycheck/RemoveGooglePlayIntegrityCheckPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/src/main/kotlin/app/revanced/patches/swissid/integritycheck/RemoveGooglePlayIntegrityCheckPatch.kt b/patches/src/main/kotlin/app/revanced/patches/swissid/integritycheck/RemoveGooglePlayIntegrityCheckPatch.kt index 85ae4a2a8..f8a193316 100644 --- a/patches/src/main/kotlin/app/revanced/patches/swissid/integritycheck/RemoveGooglePlayIntegrityCheckPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/swissid/integritycheck/RemoveGooglePlayIntegrityCheckPatch.kt @@ -15,7 +15,7 @@ val removeGooglePlayIntegrityCheckPatch = bytecodePatch( description = "Removes the Google Play Integrity check. With this it's possible to use SwissID on custom ROMS." + "If the device is rooted, root permissions must be hidden from the app.", ) { - compatibleWith("com.swisssign.swissid.mobile") + compatibleWith("com.swisssign.swissid.mobile"("5.2.9")) execute { checkIntegrityFingerprint.method.addInstructions(