From 110bbf143a9cec8dce1f0416cff40f8d93055e96 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sat, 11 Jun 2022 19:14:54 +0200 Subject: [PATCH] fix: migrate to `include` annotation --- .../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 63248124..80904a00 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 @@ -31,7 +31,7 @@ import org.jf.dexlib2.iface.instruction.formats.Instruction21c import org.jf.dexlib2.iface.reference.StringReference import org.jf.dexlib2.immutable.reference.ImmutableStringReference -@Patch(excludeByDefault = true) +@Patch(include = false) @Dependencies(dependencies = [MicroGResourcePatch::class]) @Name("microg-patch") @Description("Patch to allow YouTube ReVanced to run without root and under a different package name.")