feat(Instagram): Support latest app version (#5611)
This commit is contained in:
parent
f61218de52
commit
562e005772
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ val signatureCheckPatch = bytecodePatch(
|
||||||
name = "Disable signature check",
|
name = "Disable signature check",
|
||||||
description = "Disables the signature check that causes the app to crash on startup."
|
description = "Disables the signature check that causes the app to crash on startup."
|
||||||
) {
|
) {
|
||||||
compatibleWith("com.instagram.android"("378.0.0.52.68"))
|
compatibleWith("com.instagram.android")
|
||||||
|
|
||||||
execute {
|
execute {
|
||||||
isValidSignatureMethodFingerprint
|
isValidSignatureMethodFingerprint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue