feat(reddit): add more compatibility constraints

This commit is contained in:
LisousEinaiKyrios 2023-02-28 12:32:09 +04:00 committed by oSumAtrIX
parent e9b5ffd615
commit caa91de921
2 changed files with 2 additions and 2 deletions

View file

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

View file

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