From 9fdf7a40f9fa3c451e32b0a581ac43d5cf739b45 Mon Sep 17 00:00:00 2001 From: Robert <72943079+CnC-Robert@users.noreply.github.com> Date: Fri, 2 Dec 2022 14:19:16 +0000 Subject: [PATCH] fix: syntax error in compatiblity annotation (#1181) --- .../annotations/PlayerButtonBackgroundCompatibility.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/playerbuttonbackground/annotations/PlayerButtonBackgroundCompatibility.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/playerbuttonbackground/annotations/PlayerButtonBackgroundCompatibility.kt index 8af019540..85554aacb 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/playerbuttonbackground/annotations/PlayerButtonBackgroundCompatibility.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/playerbuttonbackground/annotations/PlayerButtonBackgroundCompatibility.kt @@ -4,7 +4,7 @@ import app.revanced.patcher.annotation.Package @Compatibility( [ - Package("com.google.android.youtube", arrayOf("17.45.36") + Package("com.google.android.youtube", arrayOf("17.45.36")) ] ) @Target(AnnotationTarget.CLASS)