fix(SwissId - Play integrity Removal): Add recommended app version (#4370)
This commit is contained in:
parent
dcca2a3697
commit
6fa2deea69
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." +
|
||||
"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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue