2025-05-18 23:21:37 +07:00
2025-05-18 23:21:37 +07:00
2025-05-18 23:21:37 +07:00
2025-05-18 23:18:19 +07:00
2025-05-18 23:18:19 +07:00

ReVanced builder

Build ReVanced package (.apk) easily than ever using latest ReVanced patches and dependencies locally or via cloud

Usage

Locally

  • To build revanced.apk locally you need just to run Build.ps1 via PowerShell;
  • All patches except the followings applied to revanced.apk:
    • always-autorepeat
    • hide-captions-button
    • hide-timestamp
    • hide-seekbar
  • The script downloads latest available YouTube package (having parsed ReVanced API) supported by ReVanced Team from APKMirror and all dependencies and build package using Zulu JDK;
  • Script installs no apps — everything will be held in your Script location folder\ReVanced;
  • After compiling you get revanced.apk & microg.apk ready to be installed;
  • Release notes are generated dynamically using the ReleaseNotesTemplate.md template.

By using CI/CD

Trigger the Build action manually to create release page with configured release notes showing dependencies used for building.

image

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
    • if you want to use PowerShell 7, you will have to install a 3rd party HTML parser (AngleSharp)
Description
No description provided
Readme MIT 39 KiB
Languages
PowerShell 100%