feat(Reddit): Change the latest supported version from 2025.12.0 to 2025.12.1

This commit is contained in:
inotia00 2025-04-03 10:19:36 +09:00
parent 7168e49121
commit 8f23d76f37

View File

@ -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.
)
)
}