mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-06 08:17:05 +01:00
fix(instagram/hide-timeline-ads): constrain to version 275.0.0.27.98
(#2377)
This commit is contained in:
parent
144ae5a787
commit
6ee836c587
@ -24,7 +24,7 @@ import org.jf.dexlib2.iface.instruction.OneRegisterInstruction
|
|||||||
@Patch
|
@Patch
|
||||||
@Name("hide-timeline-ads")
|
@Name("hide-timeline-ads")
|
||||||
@Description("Removes ads from the timeline.")
|
@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")
|
@Version("0.0.1")
|
||||||
class HideTimelineAdsPatch : BytecodePatch(
|
class HideTimelineAdsPatch : BytecodePatch(
|
||||||
listOf(
|
listOf(
|
||||||
|
Loading…
Reference in New Issue
Block a user