From e3666e68ed4816c85fbb110cb098f53fddf135f1 Mon Sep 17 00:00:00 2001 From: EvadeMaster <93124920+EvadeMaster@users.noreply.github.com> Date: Sat, 1 Apr 2023 07:35:13 +0700 Subject: [PATCH] feat(reddit): bump compatibility to `2023.12.0` (#1825) (cherry picked from commit 02ece35fadd1288c36adea502363a7284552e6f6) --- .../reddit/ad/banner/annotations/HideBannerCompatibility.kt | 4 +++- .../reddit/ad/general/annotations/GeneralAdsCompatibility.kt | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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" ) )] )