mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2025-05-13 06:05:41 +02:00
fix(SwissId - Play integrity Removal): Add recommended app version (#4370)
This commit is contained in:
parent
1faa9c6a49
commit
d8ed474b16
1 changed files with 1 additions and 1 deletions
|
@ -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." +
|
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.",
|
"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 {
|
execute {
|
||||||
checkIntegrityFingerprint.method.addInstructions(
|
checkIntegrityFingerprint.method.addInstructions(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue