From 4feff6b150c50b1a4f4e6d1e19c6c8fbe15b14ba Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Sat, 29 Mar 2025 16:55:41 +0900 Subject: [PATCH] feat(Reddit): Restore support version `2025.05.1` --- .../app/revanced/patches/reddit/utils/compatibility/Constants.kt | 1 + 1 file changed, 1 insertion(+) 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 52276f40b..acb655efa 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,6 +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 was the latest version supported by the previous RVX patch. "2025.12.0", // This is the latest version supported by the RVX patch. ) )