From db4d8ea6a3210e60ee5394a781e5a262eb208ca0 Mon Sep 17 00:00:00 2001 From: Lev Rusanov <30170278+JDM170@users.noreply.github.com> Date: Sun, 31 Mar 2024 12:43:25 +0700 Subject: [PATCH] Update README.md, ReleaseNotesTemplate.md Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com> --- README.md | 8 ++++---- ReleaseNotesTemplate.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dccddca..d6ee4ca 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,12 @@ Build ReVanced package (.apk) easily than ever using latest ReVanced patches and ### Locally * 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`: +* All [patches](https://revanced.app/patches?pkg=com.google.android.youtube) 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](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); +* The script downloads latest available YouTube package (having parsed [ReVanced API](https://api.revanced.app/v2/patches/latest)) 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; * Release notes are generated dynamically using the [ReleaseNotesTemplate.md](https://github.com/JDM170/ReVanced_Builder/blob/main/ReleaseNotesTemplate.md) template. @@ -36,11 +36,11 @@ Trigger the [`Build`](https://github.com/JDM170/ReVanced_Builder/actions/workflo ## Links -* [APKMirror](https://apkmirror.com) +* [APKPure](https://apkpure.net) * [ReVanced CLI](https://github.com/revanced/revanced-cli) * [ReVanced Patches](https://github.com/revanced/revanced-patches) * [ReVanced Integrations](https://github.com/revanced/revanced-integrations) -* [Vanced MicroG](https://github.com/TeamVanced/VancedMicroG) +* [ReVanced MicroG](https://github.com/ReVanced/GmsCore) * [AngleSharp](https://github.com/AngleSharp/AngleSharp) * [Zulu JDK](https://github.com/ScoopInstaller/Java) * [Sophia Telegram chat](https://t.me/sophia_chat) diff --git a/ReleaseNotesTemplate.md b/ReleaseNotesTemplate.md index d3e256a..fa2861a 100644 --- a/ReleaseNotesTemplate.md +++ b/ReleaseNotesTemplate.md @@ -4,5 +4,5 @@ * ReVanced CLI CLITag; * ReVanced Patches PatchesTag; * ReVanced Integrations IntegrationsTag; -* Vanced MicroG MicroGTag; +* ReVanced MicroG MicroGTag; * Azul Zulu ZuluTag.