mirror of
https://github.com/JDM170/ReVanced_Builder
synced 2025-11-29 14:41:46 +07:00
44 lines
1.8 KiB
Markdown
44 lines
1.8 KiB
Markdown
<a href="https://github.com/farag2/ReVanced_Builder/actions"><img src="https://img.shields.io/github/workflow/status/farag2/ReVanced_Builder/Build?label=GitHub%20Actions&logo=GitHub"></a>
|
|
|
|
# ReVanced builder
|
|
|
|
Build ReVanced package (.apk) easily than ever using latest ReVanced patches and dependencies
|
|
|
|
## Usage
|
|
|
|
* To build `revanced.apk` locally you need just to run [`Build.ps1`](https://github.com/farag2/ReVanced_Builder/blob/main/Build.ps1) via PowerShell;
|
|
* Configure [patches](https://github.com/revanced/revanced-patches) applied to `revanced.apk`. Dy 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 will download all latest versions dependencies and build package using [Zulu JDK](https://www.azul.com/downloads/?package=jdk);
|
|
* Script installs no apps—everything will be held in your `Downloads folder\ReVanced`;
|
|
* After compiling you get `revanced.apk` & `microg.apk` ready to be installed.
|
|
|
|
## By using CI/CD
|
|
|
|
```powershell
|
|
git clone https://github.com/farag2/ReVanced_Builder
|
|
```
|
|
Trigger the [`Build`](https://github.com/farag2/ReVanced_Builder/actions/workflows/Build.yml) Action manually to create [release page](https://github.com/farag2/ReVanced_Builder/releases/latest) with configured release notes showing dependencies used for building.
|
|
|
|

|
|
|
|
`ReVanced.zip` will contain a built `revanced.apk` & latest `microg.apk`.
|
|
|
|
## Links
|
|
|
|
[ReVanced](https://github.com/revanced)
|
|
[Telegram](https://t.me/sophia_chat)
|