revanced-patches/src/main/kotlin/app/revanced/patches/songpal/badge/annotations/BadgeCompatibility.kt
2023-06-10 18:41:28 +02:00

9 lines
284 B
Kotlin

package app.revanced.patches.songpal.badge.annotations
import app.revanced.patcher.annotation.Compatibility
import app.revanced.patcher.annotation.Package
@Compatibility([Package("com.sony.songpal.mdr")])
@Target(AnnotationTarget.CLASS)
internal annotation class BadgeCompatibility