From a235c84e19b0cf3079a65807922afea125decbc8 Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Fri, 28 Mar 2025 19:14:17 +0900 Subject: [PATCH] feat(Reddit): Add support version `2025.12.0`, drop support version `2025.05.1` --- .../revanced/patches/reddit/utils/compatibility/Constants.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/src/main/kotlin/app/revanced/patches/reddit/utils/compatibility/Constants.kt b/patches/src/main/kotlin/app/revanced/patches/reddit/utils/compatibility/Constants.kt index 9589f9dd7..52276f40b 100644 --- a/patches/src/main/kotlin/app/revanced/patches/reddit/utils/compatibility/Constants.kt +++ b/patches/src/main/kotlin/app/revanced/patches/reddit/utils/compatibility/Constants.kt @@ -10,7 +10,7 @@ internal object Constants { REDDIT_PACKAGE_NAME, setOf( "2024.17.0", // This is the last version that can be patched without anti-split. - "2025.05.1", // This is the latest version supported by the RVX patch. + "2025.12.0", // This is the latest version supported by the RVX patch. ) ) } \ No newline at end of file