mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-11 13:46:17 +00:00
feat(Instagram): Support latest app version (#5611)
This commit is contained in:
committed by
GitHub
parent
f61218de52
commit
562e005772
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user