Skip to content

Commit 6330773

Browse files
chore(YouTube Music): Add missing target version
1 parent 43dbb47 commit 6330773

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

patches/src/main/kotlin/app/revanced/patches/music/misc/debugging/EnableDebuggingPatch.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ val enableDebuggingPatch = enableDebuggingPatch(
1515

1616
compatibleWith(
1717
"com.google.android.apps.youtube.music"(
18-
"7.29.52"
18+
"7.29.52",
19+
"8.10.52"
1920
)
2021
)
2122
},

0 commit comments

Comments
 (0)