From 650cfb1babe0cb8105f2fa3209fb6eae3813be31 Mon Sep 17 00:00:00 2001 From: programminghoch10 <16062290+programminghoch10@users.noreply.github.com> Date: Tue, 6 Jun 2023 19:55:55 +0200 Subject: [PATCH] update ReVanced * revanced-cli v2.21.2 * revanced-patches v2.175.0 * revanced-integrations v0.109.0 --- revanced-cli | 2 +- version.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/revanced-cli b/revanced-cli index ecd5147..be90d2e 160000 --- a/revanced-cli +++ b/revanced-cli @@ -1 +1 @@ -Subproject commit ecd51475905fa6abb31c7f4e8d40e0231c251700 +Subproject commit be90d2e360078ca26c3a025a2b35dba48e28b4ad diff --git a/version.sh b/version.sh index 201bd33..1e6c715 100644 --- a/version.sh +++ b/version.sh @@ -1,7 +1,7 @@ #!/bin/bash YOUTUBE_PACKAGE="com.google.android.youtube" -YOUTUBE_VERSION="18.16.37" +YOUTUBE_VERSION="18.19.35" -REVANCED_INTEGRATIONS="https://github.com/revanced/revanced-integrations/releases/download/v0.107.0/revanced-integrations-0.107.0.apk" -REVANCED_PATCHES="https://github.com/revanced/revanced-patches/releases/download/v2.173.0/revanced-patches-2.173.0.jar" +REVANCED_INTEGRATIONS="https://github.com/revanced/revanced-integrations/releases/download/v0.109.0/revanced-integrations-0.109.0.apk" +REVANCED_PATCHES="https://github.com/revanced/revanced-patches/releases/download/v2.175.0/revanced-patches-2.175.0.jar"