diff --git a/src/main/kotlin/app/revanced/patches/reddit/ad/banner/annotations/HideBannerCompatibility.kt b/src/main/kotlin/app/revanced/patches/reddit/ad/banner/annotations/HideBannerCompatibility.kt index c1043935e..ffac6ed55 100644 --- a/src/main/kotlin/app/revanced/patches/reddit/ad/banner/annotations/HideBannerCompatibility.kt +++ b/src/main/kotlin/app/revanced/patches/reddit/ad/banner/annotations/HideBannerCompatibility.kt @@ -13,7 +13,9 @@ import app.revanced.patcher.annotation.Package "2023.08.0", "2023.09.0", "2023.09.1", - "2023.10.0" + "2023.10.0", + "2023.11.0", + "2023.12.0" ) )] ) diff --git a/src/main/kotlin/app/revanced/patches/reddit/ad/general/annotations/GeneralAdsCompatibility.kt b/src/main/kotlin/app/revanced/patches/reddit/ad/general/annotations/GeneralAdsCompatibility.kt index 7703e68d2..e513e941e 100644 --- a/src/main/kotlin/app/revanced/patches/reddit/ad/general/annotations/GeneralAdsCompatibility.kt +++ b/src/main/kotlin/app/revanced/patches/reddit/ad/general/annotations/GeneralAdsCompatibility.kt @@ -15,7 +15,9 @@ import app.revanced.patcher.annotation.Package "2023.08.0", "2023.09.0", "2023.09.1", - "2023.10.0" + "2023.10.0", + "2023.11.0", + "2023.12.0" ) )] )