Skip to content

Commit

Permalink
feat: hide watermark support for 17.25.34 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aunali321 committed Jun 30, 2022
1 parent a579f8a commit 0cdb65b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import app.revanced.patcher.annotation.Package

@Compatibility(
[Package(
"com.google.android.youtube", arrayOf("17.24.34", "17.24.35")
"com.google.android.youtube", arrayOf("17.24.34", "17.24.35,17.25.34")
)]
)
@Target(AnnotationTarget.CLASS)
Expand Down

0 comments on commit 0cdb65b

Please sign in to comment.