feat(reddit): bump patches compatibility to v2023.05.0

This commit is contained in:
KAZI MMT 2023-02-09 22:37:02 +06:00 committed by oSumAtrIX
parent 13a1381228
commit 0a72fa10bf

View File

@ -5,7 +5,7 @@ import app.revanced.patcher.annotation.Package
@Compatibility(
[Package(
"com.reddit.frontpage", arrayOf("2022.43.0")
"com.reddit.frontpage", arrayOf("2022.43.0", "2023.05.0")
)]
)
@Target(AnnotationTarget.CLASS)