From f95ab6e13e70667fdffe479b7292112244e6bb9e Mon Sep 17 00:00:00 2001 From: EvadeMaster <93124920+EvadeMaster@users.noreply.github.com> Date: Mon, 20 Mar 2023 22:36:00 +0700 Subject: [PATCH] feat(reddit): bump compatibility to `2023.10.0` (#1772) --- .../reddit/ad/banner/annotations/HideBannerCompatibility.kt | 3 ++- .../reddit/ad/general/annotations/GeneralAdsCompatibility.kt | 3 ++- 2 files changed, 4 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 ebaf1e91..c1043935 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 @@ -12,7 +12,8 @@ import app.revanced.patcher.annotation.Package "2023.07.1", "2023.08.0", "2023.09.0", - "2023.09.1" + "2023.09.1", + "2023.10.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 a56b6a45..7703e68d 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 @@ -14,7 +14,8 @@ import app.revanced.patcher.annotation.Package "2023.07.1", "2023.08.0", "2023.09.0", - "2023.09.1" + "2023.09.1", + "2023.10.0" ) )] )