diff --git a/patches/src/main/kotlin/app/revanced/patches/music/misc/debugging/EnableDebuggingPatch.kt b/patches/src/main/kotlin/app/revanced/patches/music/misc/debugging/EnableDebuggingPatch.kt index f4747b2fc..76ee0e060 100644 --- a/patches/src/main/kotlin/app/revanced/patches/music/misc/debugging/EnableDebuggingPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/music/misc/debugging/EnableDebuggingPatch.kt @@ -15,7 +15,8 @@ val enableDebuggingPatch = enableDebuggingPatch( compatibleWith( "com.google.android.apps.youtube.music"( - "7.29.52" + "7.29.52", + "8.10.52" ) ) },