Skip to content

GitHub actions workflow which automatically creates a revanced build using the apk's uploaded under the base release tag

Notifications You must be signed in to change notification settings

LunaticPython2003/revanced-builder

Repository files navigation

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. By default this will build ReVanced with ALL available patches. You can modify the build_revanced.sh script to limit to only patches you want to use.

Notes

  • Current implementation cannot download the latest compatible versions of Youtube and Youtube Music, as APKPure either doesn't have bundled APK, or doesn't have older versions of the apps that are compatible with ReVanced.
  • While this template will build Revanced Music Non-root, it won't work as current patches doesn't include the Music Non-root (microG) patch (track this commit when it will get merged to main and released). Don't open an issue here. Just rebuild ReVanced when music microG patch is available on ReVanced Patches.
  • 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. Download latest (compatible) APKs of Youtube and Youtube Music from APKMirror.com:
    • Youtube 17.24.35
      • Rename to com.google.android.youtube.apk
    • Youtube Music 5.03.50
      • Choose correct version according to your device architecture
      • Rename to com.google.android.apps.youtube.music.apk
  3. Publish a new release under tag base and upload the APKs to the release. (Step 1, Step 2)

How to build

  1. Go to Actions -> All workflows -> ReVanced Build (Example)
  2. Run the workflow
  3. Download the APKs from the draft releases (Example)

About

GitHub actions workflow which automatically creates a revanced build using the apk's uploaded under the base release tag

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages