From 6ee836c587676ba53c2e4748ec1828e193f1c071 Mon Sep 17 00:00:00 2001 From: Sharun <715417+sharunkumar@users.noreply.github.com> Date: Thu, 8 Jun 2023 03:33:12 -0400 Subject: [PATCH] fix(instagram/hide-timeline-ads): constrain to version `275.0.0.27.98` (#2377) --- .../patches/ads/timeline/patch/HideTimelineAdsPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/instagram/patches/ads/timeline/patch/HideTimelineAdsPatch.kt b/src/main/kotlin/app/revanced/patches/instagram/patches/ads/timeline/patch/HideTimelineAdsPatch.kt index 321f78e12..8961dbd82 100644 --- a/src/main/kotlin/app/revanced/patches/instagram/patches/ads/timeline/patch/HideTimelineAdsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/instagram/patches/ads/timeline/patch/HideTimelineAdsPatch.kt @@ -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(