From 6046f077ab45d08c01622e4d6464ac3fddc6699a Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Tue, 14 Jun 2022 23:41:44 +0200 Subject: [PATCH] refactor: rename `microg-patch` to `microg-support` --- .../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 8d24995e0..1edad9760 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.immutable.reference.ImmutableStringReference @Patch(include = false) @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.") @MicroGPatchCompatibility @Version("0.0.1")