Skip to content

LeddaZ/revanced-repo

Repository files navigation

ReVanced Repo downloadCount

This repo template will allow you to build non-root ReVanced, ReVanced Music and X using GitHub Actions. This will help people who don't want to setup build environments on their machines.

This will build non-root ReVanced and ReVanced Music with all patches that are included by default. X will be built with all patches except Hide recommended users and Hide view count.

You can modify the scripts/build.sh script to choose the patches you want. A list of available patches and their descriptions can be found here.

Latest supported versions

  • YouTube: 19.11.43
  • YouTube Music: 6.48.51
  • X: 10.37.0-release.0

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. Set up signing (if you don't want to, you can remove the signing part in the three workflows)
  3. Download the needed APKs from APKMirror and upload them to a new release with the base tag (Step 1, Step 2). The names must be youtube.apk, music-arm.apk, music-arm64.apk, music-x86.apk, music-x86_64.apk, x.apk.

How to build

  1. Go to Actions -> All workflows -> Choose what you want to build (Example)
  2. Run the workflow
  3. Download the APKs from the latest release (Example)