Skip to content

Commit

Permalink
feat(reddit): bump compatibility to 2023.09.1 (#1729)
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube authored and oSumAtrIX committed Mar 12, 2023
1 parent 9fa0c7b commit 8b725c3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
Expand Up @@ -5,7 +5,15 @@ import app.revanced.patcher.annotation.Package

@Compatibility(
[Package(
"com.reddit.frontpage", arrayOf("2023.05.0", "2023.08.0")
"com.reddit.frontpage", arrayOf(
"2023.05.0",
"2023.06.0",
"2023.07.0",
"2023.07.1",
"2023.08.0",
"2023.09.0",
"2023.09.1"
)
)]
)
@Target(AnnotationTarget.CLASS)
Expand Down
Expand Up @@ -5,7 +5,17 @@ import app.revanced.patcher.annotation.Package

@Compatibility(
[Package(
"com.reddit.frontpage", arrayOf("2021.45.0", "2022.43.0", "2023.05.0", "2023.08.0")
"com.reddit.frontpage", arrayOf(
"2021.45.0",
"2022.43.0",
"2023.05.0",
"2023.06.0",
"2023.07.0",
"2023.07.1",
"2023.08.0",
"2023.09.0",
"2023.09.1"
)
)]
)
@Target(AnnotationTarget.CLASS)
Expand Down

0 comments on commit 8b725c3

Please sign in to comment.