Skip to content

Commit

Permalink
fix: Add missing dependency to patch
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Nov 9, 2024
1 parent 4363dc5 commit 97f5240
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package app.revanced.patches.youtube.misc.dns
import app.revanced.patcher.extensions.InstructionExtensions.addInstructions
import app.revanced.patcher.patch.bytecodePatch
import app.revanced.patches.all.misc.resources.addResources
import app.revanced.patches.all.misc.resources.addResourcesPatch
import app.revanced.patches.youtube.shared.mainActivityOnCreateFingerprint

private const val EXTENSION_CLASS_DESCRIPTOR =
Expand All @@ -13,6 +14,8 @@ val checkWatchHistoryDomainNameResolutionPatch = bytecodePatch(
name = "Check watch history domain name resolution",
description = "Checks if the device DNS server is preventing user watch history from being saved.",
) {
dependsOn(addResourcesPatch)

compatibleWith(
"com.google.android.youtube"(
"18.38.44",
Expand Down

0 comments on commit 97f5240

Please sign in to comment.