feat(Instagram): Support latest app version (#5611)

This commit is contained in:
LisoUseInAIKyrios
2025-08-07 21:51:01 -04:00
committed by GitHub
parent f61218de52
commit 562e005772

View File

@@ -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