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