refactor: remove unnecessary annotations

This commit is contained in:
inotia00
2023-03-06 12:04:55 +09:00
parent 1753a427f4
commit 4647ce1700
3 changed files with 0 additions and 3 deletions

View File

@ -10,6 +10,5 @@ import app.revanced.patcher.annotation.Package
]
)
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
internal annotation class RVXCompatibility

View File

@ -5,6 +5,5 @@ import app.revanced.patcher.annotation.Package
@Compatibility([Package("com.google.android.youtube", arrayOf("18.06.41", "18.07.35", "18.08.38"))])
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
internal annotation class YouTubeCompatibility

View File

@ -5,6 +5,5 @@ import app.revanced.patcher.annotation.Package
@Compatibility([Package("com.google.android.apps.youtube.music")])
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
internal annotation class YouTubeMusicCompatibility