semantic-release-bot e75f8da85a chore: Release v1.1.0-dev.6 [skip ci]
# [1.1.0-dev.6](https://github.com/ReVanced/revanced-manager-downloaders/compare/v1.1.0-dev.5...v1.1.0-dev.6) (2025-07-04)

### Bug Fixes

* Showing progress if downloading an APK + minor fixes ([d46f002](d46f002aa2))
2025-07-04 16:43:53 +00:00
2025-07-03 14:27:15 +02:00
2025-01-14 00:22:28 +01:00
2025-07-03 14:44:44 +02:00
2025-01-14 00:22:28 +01:00
2025-07-03 14:27:15 +02:00
2025-07-03 13:59:15 +02:00
2025-01-14 00:22:28 +01:00


                       

Continuing the legacy of Vanced

👋🔌 ReVanced Manager Downloaders

GitHub Workflow Status (with event) GPLv3 License

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.

APKMirror 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 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:

  1. Run git clone git@github.com:ReVanced/revanced-manager-downloaders.git to clone the repository
  2. Run gradlew assembleRelease to 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 = 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.

Description
🔌 ReVanced Manager downloaders
Readme GPL-3.0 422 KiB
Languages
Kotlin 100%