mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2025-05-12 13:45:43 +02:00
fix(Spotify): Restore patching with ReVanced Manager (#4769)
This commit is contained in:
parent
4b84742210
commit
89d44da171
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue