mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-05-01 23:24:29 +02:00
fix(Spotify): Restore patching with ReVanced Manager (#4769)
This commit is contained in:
parent
4b84742210
commit
89d44da171
@ -35,7 +35,10 @@ val unlockPremiumPatch = bytecodePatch(
|
|||||||
sharedExtensionPatch,
|
sharedExtensionPatch,
|
||||||
// Currently there is no easy way to make a mandatory patch,
|
// Currently there is no easy way to make a mandatory patch,
|
||||||
// so for now this is a dependent of this patch.
|
// so for now this is a dependent of this patch.
|
||||||
checkEnvironmentPatch,
|
//
|
||||||
|
// FIXME: Modifying string resources (such as adding patch strings)
|
||||||
|
// is currently failing with ReVanced manager.
|
||||||
|
// checkEnvironmentPatch,
|
||||||
)
|
)
|
||||||
|
|
||||||
execute {
|
execute {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user