From c6fe465f1e7375954b43238b72f5c355207dc877 Mon Sep 17 00:00:00 2001 From: Lev Rusanov <30170278+JDM170@users.noreply.github.com> Date: Mon, 28 Aug 2023 13:21:14 +0700 Subject: [PATCH] Update README.md Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com> --- README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 04139ad..dccddca 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,9 @@ Build ReVanced package (.apk) easily than ever using latest ReVanced patches and * To build `revanced.apk` locally you need just to run [`Build.ps1`](https://github.com/JDM170/ReVanced_Builder/blob/main/Build.ps1) via PowerShell; * All [patches](https://github.com/revanced/revanced-patches) except the followings applied to `revanced.apk`: * always-autorepeat - * enable-wide-searchbar - * disable-fullscreen-panels - * premium-heading - * tablet-mini-player + * hide-captions-button + * hide-timestamp + * hide-seekbar * The script downloads latest available YouTube package (having parsed [JSON](https://github.com/revanced/revanced-patches/blob/main/patches.json)) supported by ReVanced Team from and all dependencies and build package using [Zulu JDK](https://www.azul.com/downloads/?package=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; @@ -22,11 +21,7 @@ Build ReVanced package (.apk) easily than ever using latest ReVanced patches and ### By using CI/CD -```powershell -git clone https://github.com/JDM170/ReVanced_Builder -``` - -Trigger the [`Build`](https://github.com/JDM170/ReVanced_Builder/actions/workflows/Build.yml) Action manually to create [release page](https://github.com/JDM170/ReVanced_Builder/releases/latest) with configured release notes showing dependencies used for building. +Trigger the [`Build`](https://github.com/JDM170/ReVanced_Builder/actions/workflows/Build.yml) action manually to create [release page](https://github.com/JDM170/ReVanced_Builder/releases/latest) with configured release notes showing dependencies used for building. ![image](https://user-images.githubusercontent.com/10544660/187949763-82fd7a07-8e4e-4527-b631-11920077141f.png) @@ -41,7 +36,11 @@ Trigger the [`Build`](https://github.com/JDM170/ReVanced_Builder/actions/workflo ## Links +* [APKMirror](https://apkmirror.com) +* [ReVanced CLI](https://github.com/revanced/revanced-cli) * [ReVanced Patches](https://github.com/revanced/revanced-patches) -* [ReVanced Manager](https://github.com/revanced/revanced-manager) -* [Telegram](https://t.me/sophia_chat) +* [ReVanced Integrations](https://github.com/revanced/revanced-integrations) +* [Vanced MicroG](https://github.com/TeamVanced/VancedMicroG) * [AngleSharp](https://github.com/AngleSharp/AngleSharp) +* [Zulu JDK](https://github.com/ScoopInstaller/Java) +* [Sophia Telegram chat](https://t.me/sophia_chat)