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 a new issue