You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to allow multi patching - using the patched output apk as input to patches from other creators.
Motivation
If I need to patch Spotify, I would first utilize the "Change Package Name" patch from the ReVanced project, given that Spotify is pre-installed on my device. This patch can be found on the ReVanced GitHub repository here. After adjusting the package name, I would proceed with applying the necessary Spotify-specific patches from the Dropped Patches repository, which are available here
I can use the same for picking from patches from Revanced and then some from Revanced Extended for youtube.
Not currently and choosing an appropriate seperator is another question.
I think it'd good to use variables in env. For example:
S1JAR=https://github.com/ReVanced/revanced-patchesS2JAR=https://github.com/indrastorm/Dropped-patchesSPOTIFY_PATCHES_DL=@S1JAR,@S2JAR## or $ instead of @
I think this would be better than inline. Undefined variables should raise an error.
As stated by @IMXEren , currently builder doesn't support multiple bundles.
Unfortunately I'm busy for a while so might not be able to implement it as well. Will appreciate if you/anyone can raise a PR. I'll be happy to review it.
Support guidelines
Description
It would be useful to allow multi patching - using the patched output apk as input to patches from other creators.
Motivation
If I need to patch Spotify, I would first utilize the "Change Package Name" patch from the ReVanced project, given that Spotify is pre-installed on my device. This patch can be found on the ReVanced GitHub repository here. After adjusting the package name, I would proceed with applying the necessary Spotify-specific patches from the Dropped Patches repository, which are available here
I can use the same for picking from patches from Revanced and then some from Revanced Extended for youtube.
Additional Context
Rename package patch - https://github.com/ReVanced/revanced-patches/
Spotify premium patch - https://github.com/indrastorms/Dropped-Patches/
The text was updated successfully, but these errors were encountered: