Skip to content

Commit 81450a6

Browse files
update ReVanced
* revanced-patches `v5.28.0`
1 parent 9357183 commit 81450a6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

revanced-patches

Submodule revanced-patches updated 240 files
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 6017a43c094f7a20d2b86f484933a55bb63bde8f Mon Sep 17 00:00:00 2001
1+
From 2c092c99dd959ed751101877102deebbdbab481a Mon Sep 17 00:00:00 2001
22
From: programminghoch10 <[email protected]>
33
Date: Mon, 27 Jan 2025 11:29:44 +0100
44
Subject: [PATCH] remove CheckEnvironmentPatch
@@ -9,10 +9,10 @@ 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 8bf7cfc06..3085a90be 100644
12+
index fce41f327..4bf9552ce 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-
@@ -141,9 +141,6 @@ val settingsPatch = bytecodePatch(
15+
@@ -181,9 +181,6 @@ val settingsPatch = bytecodePatch(
1616
addResourcesPatch,
1717
versionCheckPatch,
1818
fixPlaybackSpeedWhilePlayingPatch,
@@ -21,7 +21,7 @@ index 8bf7cfc06..3085a90be 100644
2121
- checkEnvironmentPatch,
2222
)
2323

24-
val extensionPackage = "app/revanced/extension/youtube"
24+
execute {
2525
--
26-
2.45.2
26+
2.47.2
2727

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.26.0"
3+
REVANCED_PATCHES="v5.28.0"
44
REVANCED_CLI="v5.0.1"

0 commit comments

Comments
 (0)