This repo template will allow you to build non-root ReVanced using GitHub Actions. This will help people who don't want to setup build environments on their machines. By default this will build non-root ReVanced with these patches:
- amoled
- custom-branding
- custom-playback-speed
- general-ads
- hide-autoplay-button
- hide-watermark
- microg-support
- minimized-playback
- old-quality-layout
- return-youtube-dislike
- seekbar-tapping
- swipe-controls
- video-ads
You can modify the build_revanced.sh
script to choose the patches you want.
- 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.
- Download latest (compatible) APK of YouTube from APKMirror.com: 17.27.39
- Rename to
com.google.android.youtube.apk
- Rename to
- Publish a new release under tag
base
and upload the APK to the release. (Step 1, Step 2) - Set up signing (if you don't want to, you can remove the signing part in
.github/workflows/main.yml
)