mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 09:07:46 +01:00
feat(reddit): bump patches compatibility to v2023.05.0
This commit is contained in:
parent
13a1381228
commit
0a72fa10bf
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import app.revanced.patcher.annotation.Package
|
||||||
|
|
||||||
@Compatibility(
|
@Compatibility(
|
||||||
[Package(
|
[Package(
|
||||||
"com.reddit.frontpage", arrayOf("2022.43.0")
|
"com.reddit.frontpage", arrayOf("2022.43.0", "2023.05.0")
|
||||||
)]
|
)]
|
||||||
)
|
)
|
||||||
@Target(AnnotationTarget.CLASS)
|
@Target(AnnotationTarget.CLASS)
|
||||||
|
|
Loading…
Reference in a new issue