This commit is contained in:
inotia00 2023-08-01 05:15:55 +09:00
parent 22db45a6f1
commit 4d2fd8ff06
2 changed files with 2 additions and 0 deletions

View File

@ -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
]

View File

@ -28,6 +28,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.FiveRegisterInstruction
@DependsOn(
[
OverrideSpeedHookPatch::class,
SettingsPatch::class,
VideoCpnPatch::class
]
)