-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Submodule revanced-patches
updated
81 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
From 245fb7a51b085f0b9761e174a212ef0e9ee61d0a Mon Sep 17 00:00:00 2001 | ||
From 6017a43c094f7a20d2b86f484933a55bb63bde8f Mon Sep 17 00:00:00 2001 | ||
From: programminghoch10 <[email protected]> | ||
Date: Mon, 23 Dec 2024 22:51:27 +0100 | ||
Date: Mon, 27 Jan 2025 11:29:44 +0100 | ||
Subject: [PATCH] remove CheckEnvironmentPatch | ||
|
||
since we build on device this patch is not required | ||
|
@@ -9,12 +9,12 @@ since we build on device this patch is not required | |
1 file changed, 3 deletions(-) | ||
|
||
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 | ||
index 5eb29385..bcc8a8f7 100644 | ||
index 8bf7cfc06..3085a90be 100644 | ||
--- 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 | ||
@@ -120,9 +120,6 @@ val settingsPatch = bytecodePatch( | ||
@@ -141,9 +141,6 @@ val settingsPatch = bytecodePatch( | ||
addResourcesPatch, | ||
disableCairoSettingsPatch, | ||
versionCheckPatch, | ||
fixPlaybackSpeedWhilePlayingPatch, | ||
- // Currently there is no easy way to make a mandatory patch, | ||
- // so for now this is a dependent of this patch. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
|
||
REVANCED_PATCHES="v5.8.0" | ||
REVANCED_PATCHES="v5.9.0" | ||
REVANCED_CLI="v5.0.0" |