From c2b299336a984d66a2d066e5ebe9c4f9bee5c2aa Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Tue, 21 Jun 2022 18:30:06 +0200 Subject: [PATCH] feat: use `install` mode by default --- .../youtube/misc/microg/patch/bytecode/MicroGBytecodePatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/misc/microg/patch/bytecode/MicroGBytecodePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/misc/microg/patch/bytecode/MicroGBytecodePatch.kt index 40585145..ef12652e 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/misc/microg/patch/bytecode/MicroGBytecodePatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/misc/microg/patch/bytecode/MicroGBytecodePatch.kt @@ -30,7 +30,7 @@ import org.jf.dexlib2.iface.instruction.formats.Instruction21c import org.jf.dexlib2.iface.reference.StringReference import org.jf.dexlib2.immutable.reference.ImmutableStringReference -@Patch(include = false) +@Patch @Dependencies( dependencies = [ MicroGResourcePatch::class,