mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +01:00
fix: migrate to include
annotation
This commit is contained in:
parent
48bbd574a5
commit
110bbf143a
1 changed files with 1 additions and 1 deletions
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue