We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f61218d commit 562e005Copy full SHA for 562e005
patches/src/main/kotlin/app/revanced/patches/instagram/misc/signature/SignatureCheckPatch.kt
@@ -8,7 +8,7 @@ val signatureCheckPatch = bytecodePatch(
8
name = "Disable signature check",
9
description = "Disables the signature check that causes the app to crash on startup."
10
) {
11
- compatibleWith("com.instagram.android"("378.0.0.52.68"))
+ compatibleWith("com.instagram.android")
12
13
execute {
14
isValidSignatureMethodFingerprint
0 commit comments