mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-20 09:33:57 +00:00
fix: remove unnecessary version constraints (#117)
This commit is contained in:
@@ -5,21 +5,9 @@ import app.revanced.patcher.annotation.Package
|
|||||||
|
|
||||||
@Compatibility(
|
@Compatibility(
|
||||||
[Package(
|
[Package(
|
||||||
"com.google.android.youtube",
|
"com.google.android.youtube", arrayOf()
|
||||||
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"
|
|
||||||
)
|
|
||||||
)]
|
)]
|
||||||
)
|
)
|
||||||
@Target(AnnotationTarget.CLASS)
|
@Target(AnnotationTarget.CLASS)
|
||||||
@Retention(AnnotationRetention.RUNTIME)
|
@Retention(AnnotationRetention.RUNTIME)
|
||||||
internal annotation class EnableDebuggingCompatibility
|
internal annotation class EnableDebuggingCompatibility
|
||||||
|
|||||||
Reference in New Issue
Block a user