2024-01-02 14:17:04 +07:00
2023-12-01 13:03:21 +07:00
2024-01-02 14:17:04 +07:00
2023-12-01 21:08:39 +07:00
2022-08-30 23:59:00 +03:00
2023-08-28 13:21:14 +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 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 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
    • 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).
Description
No description provided
Readme MIT 305 KiB
Languages
PowerShell 100%