refactor: rename microg-patch to microg-support

This commit is contained in:
oSumAtrIX 2022-06-14 23:41:44 +02:00
parent 16ef5215d1
commit 6046f077ab
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -31,7 +31,7 @@ import org.jf.dexlib2.immutable.reference.ImmutableStringReference
@Patch(include = false) @Patch(include = false)
@Dependencies(dependencies = [MicroGResourcePatch::class]) @Dependencies(dependencies = [MicroGResourcePatch::class])
@Name("microg-patch") @Name("microg-support")
@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.")
@MicroGPatchCompatibility @MicroGPatchCompatibility
@Version("0.0.1") @Version("0.0.1")