feat(Reddit): Add support version 2025.12.0, drop support version 2025.05.1

This commit is contained in:
inotia00 2025-03-28 19:14:17 +09:00
parent 98d362ad93
commit a235c84e19

View File

@ -10,7 +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 is the latest version supported by the RVX patch.
"2025.12.0", // This is the latest version supported by the RVX patch.
)
)
}