Skip to content

Commit

Permalink
feat(reddit): bump patches compatibility to v2023.05.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kazimmt authored and oSumAtrIX committed Feb 10, 2023
1 parent 13a1381 commit 0a72fa1
Showing 1 changed file with 1 addition and 1 deletion.
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")
"com.reddit.frontpage", arrayOf("2022.43.0", "2023.05.0")
)]
)
@Target(AnnotationTarget.CLASS)
Expand Down

0 comments on commit 0a72fa1

Please sign in to comment.