Skip to content

Commit

Permalink
feat(reddit): add more compatibility constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
LisoUseInAIKyrios authored and oSumAtrIX committed Mar 2, 2023
1 parent a8c88e3 commit 6a53e1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6a53e1a

Please sign in to comment.