fix(SwissId - Play integrity Removal): Add recommended app version (#4370)
This commit is contained in:
@ -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(
|
||||||
|
Reference in New Issue
Block a user