mirror of
https://github.com/SinTan1729/ReVancedBuilder.git
synced 2024-12-25 20:28:37 -06:00
A script to automatically build latest releases of ReVanced apps
images | ||
.gitignore | ||
build_revanced.sh | ||
download_apkmirror.sh | ||
LICENSE | ||
patches.txt | ||
PATCHES_GUIDE.md | ||
README.md |
Revanced Build
This repo template will allow you to build ReVanced using Github Actions. This will helps people who don't want to setup build environments on their machines.
Notes
- The script will download the automatically selected compatible version (using compatibility of patches as listed here) of Youtube on APKMirror, NOT latest official version on Google Play.
- Under NO CIRCUMSTANCES any APKs will be uploaded to this repository to avoid DMCA.
How to setup
- Fork or create a new repository using this repository as a template (Guide). DO NOT FORK if you need to set the new repo to private.
- That's it! You can now build ReVanced using Github Actions.
Customize your build
If you wish to continue with the default settings, you may skip this step.
By default this will build ReVanced with ALL available patches. Follow this guide to exclude/customizing patches for your build.