
Continuing the legacy of Vanced
The collection of ReVanced downloaders.
- Downloaders are managed as Android apps. Download and install the APK file from the releases page.
- After installing, restart ReVanced Manager and enable the downloader in the settings.
- The downloader will now be usable.
This downloader will open an APKMirror page where you can download the apk as you would normally do.
If the chosen file is a bundle (apkm file), the downloader will automatically merge it into an apk file.
When you get prompted, log in to Google with your account. After that, you will be able to download apps from the Play Store.
Warning
Due to technical limitations, it is only possible to download the latest version of the app. If the suggested version differs from the latest, the installation will fail. This plugin is not officially endorsed by or affiliated with Google. All usage is at your own risk.
Thank you for considering contributing to ReVanced Manager Downloaders. You can find the contribution guidelines here.
To build ReVanced Manager Downloaders, a Java Development Kit (JDK) and Git must be installed. Follow the steps below to build ReVanced Manager Downloaders:
- Run
git clone git@github.com:ReVanced/revanced-manager-downloaders.gitto clone the repository - Run
gradlew assembleReleaseto build the project
Note
If the build fails due to authentication, you may need to authenticate to GitHub Packages.
Create a PAT with the scope read:packages here and add your token to ~/.gradle/gradle.properties.
Example gradle.properties file:
gpr.user = user
gpr.key = keyThis project is licensed under the GPLv3 licence. Please see the license file for more information. tl;dr you may copy, distribute and modify the plugin as long as you track changes/dates in source files. Any modifications must also be made available under the GPL, along with build & install instructions.