mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +01:00
fix(reddit/general-reddit-ads): specify last version that works correctly (#1495)
This commit is contained in:
parent
1e6ef87f17
commit
2a3bedd560
1 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,11 @@ package app.revanced.patches.reddit.ad.general.annotations
|
|||
import app.revanced.patcher.annotation.Compatibility
|
||||
import app.revanced.patcher.annotation.Package
|
||||
|
||||
@Compatibility([Package("com.reddit.frontpage")])
|
||||
@Compatibility(
|
||||
[Package(
|
||||
"com.reddit.frontpage", arrayOf("2022.43.0")
|
||||
)]
|
||||
)
|
||||
@Target(AnnotationTarget.CLASS)
|
||||
@Retention(AnnotationRetention.RUNTIME)
|
||||
internal annotation class GeneralAdsCompatibility
|
||||
|
|
Loading…
Reference in a new issue