mirror of
https://github.com/JDM170/ReVanced_Builder
synced 2025-11-29 14:41:46 +07:00
f3e29add2e6b49bc75d60889ceb8718c3a0ce6a0
ReVanced builder
Build ReVanced package (.apk) easily than ever using latest ReVanced patches and dependencies
Usage
- To build
revanced.apklocally you need just to runBuild.ps1via PowerShell; - Configure patches applied to
revanced.apk. By defaulft, only following patches are applied:- disable-create-button
- hide-cast-button
- return-youtube-dislike
- hide-autoplay-button
- hide-watermark
- sponsorblock
- minimized-playback
- client-spoof
- microg-support
- settings
- hdr-auto-brightness
- remember-video-quality
- video-ads
- general-ads
- The script downloads latest available YouTube package (parses JSON) supported by ReVanced Team from https://apkmirror.com and all dependencies and build package using Zulu JDK;
- Script installs no apps—everything will be held in your
Downloads folder\ReVanced; - After compiling you get
revanced.apkµg.apkready to be installed; - Release notes are generated dynamically using the Release.md template.
By using CI/CD
git clone https://github.com/farag2/ReVanced_Builder
Trigger the Build Action manually to create release page with configured release notes showing dependencies used for building.
ReVanced.zip will contain a built revanced.apk & latest microg.apk.
Requirements if you compile locally
- Windows 10 x64 or Windows 11
- Windows PowerShell 5.1
- PowerShell 7 won't work due to it doesn't contain Trident HTML parser, so I have to use a 3rd party parser AngleSharp;
- If you still want it, get code from Actions (it's run in PowerShell 7).
Links
Languages
PowerShell
100%
