-
-
Notifications
You must be signed in to change notification settings - Fork 454
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(youtube/remove-player-controls-background): use correct patch nam…
…e and description
- Loading branch information
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...ns/PlayerButtonBackgroundCompatibility.kt → .../PlayerControlsBackgroundCompatibility.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package app.revanced.patches.youtube.layout.buttons.player.background.annotations | ||
package app.revanced.patches.youtube.layout.player.background.annotations | ||
import app.revanced.patcher.annotation.Compatibility | ||
import app.revanced.patcher.annotation.Package | ||
|
||
@Compatibility([Package("com.google.android.youtube", arrayOf("18.16.37", "18.19.35"))]) | ||
@Target(AnnotationTarget.CLASS) | ||
internal annotation class PlayerButtonBackgroundCompatibility | ||
internal annotation class PlayerControlsBackgroundCompatibility |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters