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(