Skip to content

Commit

Permalink
fix: remove unnecessary version constraints (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
bogadana committed Jul 5, 2022
1 parent c17c74a commit 1cddf8d
Showing 1 changed file with 2 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,9 @@ import app.revanced.patcher.annotation.Package

@Compatibility(
[Package(
"com.google.android.youtube",
arrayOf(
"17.14.35",
"17.17.34",
"17.19.36",
"17.20.37",
"17.22.36",
"17.23.35",
"17.23.36",
"17.24.34",
"17.24.35",
"17.25.34"
)
"com.google.android.youtube", arrayOf()
)]
)
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
internal annotation class EnableDebuggingCompatibility
internal annotation class EnableDebuggingCompatibility

0 comments on commit 1cddf8d

Please sign in to comment.