Skip to content

Commit 074bcbb

Browse files
update ReVanced
* revanced-patches `v5.7.1`
1 parent 0654d2e commit 074bcbb

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

revanced-patches

Submodule revanced-patches updated 125 files

revanced-patches-patches/remove-CheckEnvironmentPatch.patch

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
From 7b6d527f31ae0e1f2b9aa1b357dd4e9ed4e95e36 Mon Sep 17 00:00:00 2001
1+
From 245fb7a51b085f0b9761e174a212ef0e9ee61d0a Mon Sep 17 00:00:00 2001
22
From: programminghoch10 <[email protected]>
3-
Date: Thu, 5 Dec 2024 21:09:36 +0100
3+
Date: Mon, 23 Dec 2024 22:51:27 +0100
44
Subject: [PATCH] remove CheckEnvironmentPatch
55

66
since we build on device this patch is not required
@@ -9,13 +9,13 @@ since we build on device this patch is not required
99
1 file changed, 3 deletions(-)
1010

1111
diff --git a/patches/src/main/kotlin/app/revanced/patches/youtube/misc/settings/SettingsPatch.kt b/patches/src/main/kotlin/app/revanced/patches/youtube/misc/settings/SettingsPatch.kt
12-
index 627a70f91..e15fc9d00 100644
12+
index 5eb29385..bcc8a8f7 100644
1313
--- a/patches/src/main/kotlin/app/revanced/patches/youtube/misc/settings/SettingsPatch.kt
1414
+++ b/patches/src/main/kotlin/app/revanced/patches/youtube/misc/settings/SettingsPatch.kt
15-
@@ -118,9 +118,6 @@ val settingsPatch = bytecodePatch(
16-
settingsResourcePatch,
15+
@@ -120,9 +120,6 @@ val settingsPatch = bytecodePatch(
1716
addResourcesPatch,
1817
disableCairoSettingsPatch,
18+
fixPlaybackSpeedWhilePlayingPatch,
1919
- // Currently there is no easy way to make a mandatory patch,
2020
- // so for now this is a dependent of this patch.
2121
- checkEnvironmentPatch,

version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

3-
REVANCED_PATCHES="v5.6.0"
3+
REVANCED_PATCHES="v5.7.1"
44
REVANCED_CLI="v5.0.0"

0 commit comments

Comments
 (0)