From 8f23d76f37caa34898a0e325e62a4962f64b4cb7 Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Thu, 3 Apr 2025 10:19:36 +0900 Subject: [PATCH] feat(Reddit): Change the latest supported version from `2025.12.0` to `2025.12.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 acb655efa..2feb4a8c5 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 @@ -11,7 +11,7 @@ internal object Constants { 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. + "2025.12.1", // This is the latest version supported by the RVX patch. ) ) } \ No newline at end of file