mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-28 21:00:19 +02:00
fix(microg-support): replace patch description correctly
This commit is contained in:
parent
b4f98e4239
commit
3ab4a9ff63
@ -27,7 +27,7 @@ import app.revanced.util.microg.MicroGBytecodeHelper
|
|||||||
]
|
]
|
||||||
)
|
)
|
||||||
@Name("music-microg-support")
|
@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
|
@YouTubeMusicCompatibility
|
||||||
@Version("0.0.2")
|
@Version("0.0.2")
|
||||||
class MusicMicroGBytecodePatch : BytecodePatch(
|
class MusicMicroGBytecodePatch : BytecodePatch(
|
||||||
|
@ -23,7 +23,7 @@ import app.revanced.util.resources.ResourceHelper.setMicroG
|
|||||||
|
|
||||||
@Patch
|
@Patch
|
||||||
@Name("microg-support")
|
@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(
|
@DependsOn(
|
||||||
[
|
[
|
||||||
SettingsPatch::class,
|
SettingsPatch::class,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user