feat(Reddit): Restore support version 2025.05.1

This commit is contained in:
inotia00 2025-03-29 16:55:41 +09:00
parent fbf19ee78b
commit 4feff6b150

View File

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