# [1.1.0-dev.1](https://github.com/ReVanced/revanced-manager-apkmirror-downloader/compare/v1.0.0...v1.1.0-dev.1) (2025-07-03) ### Features * Add play store downloader ([#10](https://github.com/ReVanced/revanced-manager-apkmirror-downloader/issues/10)) ([38c6aa4](38c6aa4f6d))
Continuing the legacy of Vanced
👋🔌 ReVanced Manager Downloaders
The collection of ReVanced downloaders.
🧑💻 Usage
- A downloader is 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.
APMMirror Downloader
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 a .apk file.
Play Store Downloader
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 ReVanced suggested version differs from the latest, the installation will fail.
📚 Everything else
📙 Contributing
Thank you for considering contributing to ReVanced Manager Downloaders. You can find the contribution guidelines here.
🛠️ Building
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:packageshere and add your token to ~/.gradle/gradle.properties.Example
gradle.propertiesfile:gpr.user = user gpr.key = key
📜 Licence
This 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.