fix: migrate to include annotation

This commit is contained in:
oSumAtrIX 2022-06-11 19:14:54 +02:00
parent 48bbd574a5
commit 110bbf143a
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -31,7 +31,7 @@ import org.jf.dexlib2.iface.instruction.formats.Instruction21c
import org.jf.dexlib2.iface.reference.StringReference import org.jf.dexlib2.iface.reference.StringReference
import org.jf.dexlib2.immutable.reference.ImmutableStringReference import org.jf.dexlib2.immutable.reference.ImmutableStringReference
@Patch(excludeByDefault = true) @Patch(include = false)
@Dependencies(dependencies = [MicroGResourcePatch::class]) @Dependencies(dependencies = [MicroGResourcePatch::class])
@Name("microg-patch") @Name("microg-patch")
@Description("Patch to allow YouTube ReVanced to run without root and under a different package name.") @Description("Patch to allow YouTube ReVanced to run without root and under a different package name.")