feat(Reddit): restrict support version

This commit is contained in:
inotia00 2024-05-09 01:56:57 +09:00
parent 7ea172790d
commit 619c67360b

View File

@ -9,7 +9,7 @@ object Constants {
"com.reddit.frontpage", "com.reddit.frontpage",
setOf( setOf(
"2023.12.0", "2023.12.0",
"2024.16.0" "2024.17.0"
) )
) )
) )