mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-04-29 22:24:27 +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,
|
||||
// Currently there is no easy way to make a mandatory 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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user