Skip to content

Commit

Permalink
fix(instagram/hide-timeline-ads): constrain to version 275.0.0.27.98 (
Browse files Browse the repository at this point in the history
  • Loading branch information
sharunkumar committed Jun 8, 2023
1 parent 144ae5a commit 6ee836c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import org.jf.dexlib2.iface.instruction.OneRegisterInstruction
@Patch
@Name("hide-timeline-ads")
@Description("Removes ads from the timeline.")
@Compatibility([Package("com.instagram.android")])
@Compatibility([Package("com.instagram.android", arrayOf("275.0.0.27.98"))])
@Version("0.0.1")
class HideTimelineAdsPatch : BytecodePatch(
listOf(
Expand Down

0 comments on commit 6ee836c

Please sign in to comment.