Skip to content

Commit

Permalink
fix(youtube): some dependence is missing inotia00/ReVanced_Extended#1291
Browse files Browse the repository at this point in the history
  • Loading branch information
inotia00 committed Jul 31, 2023
1 parent 22db45a commit 4d2fd8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import app.revanced.util.integrations.Constants.PATCHES_PATH
@Description("Hides components related to comments.")
@DependsOn(
[
LithoFilterPatch::class,
GeneralAdsBytecodePatch::class,
SettingsPatch::class
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.FiveRegisterInstruction
@DependsOn(
[
OverrideSpeedHookPatch::class,
SettingsPatch::class,
VideoCpnPatch::class
]
)
Expand Down

0 comments on commit 4d2fd8f

Please sign in to comment.