fix(microg-support): replace patch description correctly

This commit is contained in:
inotia00 2023-04-28 17:19:47 +09:00
parent b4f98e4239
commit 3ab4a9ff63
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ import app.revanced.util.microg.MicroGBytecodeHelper
]
)
@Name("music-microg-support")
@Description("Allows YouTube Music ReVanced to run without root and under a different package name.")
@Description("Allows ReVanced Music to run without root and under a different package name with MicroG.")
@YouTubeMusicCompatibility
@Version("0.0.2")
class MusicMicroGBytecodePatch : BytecodePatch(

View File

@ -23,7 +23,7 @@ import app.revanced.util.resources.ResourceHelper.setMicroG
@Patch
@Name("microg-support")
@Description("Allows YouTube ReVanced to run without root and under a different package name with Vanced MicroG.")
@Description("Allows ReVanced to run without root and under a different package name with MicroG.")
@DependsOn(
[
SettingsPatch::class,