mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-29 13:20:19 +02:00
fix(music): hide-get-premium
patch fails when not including other patches
This commit is contained in:
parent
974d60336e
commit
808e2f31f9
@ -25,7 +25,12 @@ import org.jf.dexlib2.iface.instruction.formats.Instruction31i
|
||||
@Patch
|
||||
@Name("hide-get-premium")
|
||||
@Description("Removes all \"Get Premium\" evidences from the avatar menu.")
|
||||
@DependsOn([MusicIntegrationsPatch::class])
|
||||
@DependsOn(
|
||||
[
|
||||
ResourceMappingPatch::class,
|
||||
MusicIntegrationsPatch::class
|
||||
]
|
||||
)
|
||||
@YouTubeMusicCompatibility
|
||||
@Version("0.0.1")
|
||||
class HideGetPremiumPatch : BytecodePatch(
|
||||
|
Loading…
x
Reference in New Issue
Block a user