A script to automatically build latest releases of ReVanced apps
Find a file
2022-10-09 21:33:06 -05:00
.github/workflows Fixed indentation 2022-10-09 18:08:54 -05:00
images Initial commit 2022-10-09 17:37:34 -05:00
.gitignore Initial commit 2022-10-09 17:37:34 -05:00
.pre-commit-config.yaml Initial commit 2022-10-09 17:37:34 -05:00
build_revanced.sh Auto detect compatible version 2022-10-09 21:33:06 -05:00
download_apkmirror.sh Auto detect compatible version 2022-10-09 21:33:06 -05:00
LICENSE Initial commit 2022-10-09 17:37:34 -05:00
patches.txt Fixed version for music 2022-10-09 19:20:15 -05:00
PATCHES_GUIDE.md Initial commit 2022-10-09 17:37:34 -05:00
README.md Initial commit 2022-10-09 17:37:34 -05:00

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 selected compatible version(see 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

  1. 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.
  2. 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.

How to build

  1. Go to Actions -> All workflows -> ReVanced Build (Example)
  2. Run the build workflow (try to use experimental_build if the logs show not all patches applied correctly while revanced is not yet released)
  3. Download the APKs from the draft releases (Example)