fix: remove unnecessary version constraints (#117)

This commit is contained in:
bogadana 2022-07-05 15:02:00 +02:00 committed by GitHub
parent c17c74aa82
commit 1cddf8d906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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