Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit aa43ef1

Browse files
committed
bump 5.14.1-dev.6
1 parent 8e54472 commit aa43ef1

4 files changed

Lines changed: 47 additions & 39 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Report issues [here](https://github.com/inotia00/ReVanced_Extended).
133133
| `Sanitize sharing links` | Adds an option to sanitize sharing links by removing tracking query parameters. | 6.20.51 ~ 8.30.54 |
134134
| `Settings for YouTube Music` | Applies mandatory patches to implement ReVanced Extended settings into the application. | 6.20.51 ~ 8.30.54 |
135135
| `SponsorBlock` | Adds options to enable and configure SponsorBlock, which can skip undesired video segments, such as non-music sections. | 6.20.51 ~ 8.30.54 |
136-
| `Spoof app version` | Adds options to spoof the YouTube Music client version. This can be used to restore old UI elements and features. | 6.42.55 ~ 8.30.54 |
136+
| `Spoof app version for lyrics` | Adds options to spoof the YouTube Music client version. This can be used to restore old lyrics UI. | 6.51.53 ~ 8.30.54 |
137137
| `Translations for YouTube Music` | Add translations or remove string resources. | 6.20.51 ~ 8.30.54 |
138138
| `Video playback` | Adds options to customize settings related to video playback, such as default video quality and playback speed. | 6.20.51 ~ 8.30.54 |
139139
| `Visual preferences icons for YouTube Music` | Adds icons to specific preferences in the settings. | 6.20.51 ~ 8.30.54 |

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ org.gradle.parallel = true
44
android.useAndroidX = true
55
kotlin.code.style = official
66
kotlin.jvm.target.validation.mode = IGNORE
7-
version = 5.14.1-dev.5
7+
version = 5.14.1-dev.6
88

patches.json

Lines changed: 29 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1623,17 +1623,7 @@
16231623
"8.30.54"
16241624
]
16251625
},
1626-
"options": [
1627-
{
1628-
"key": "hideFullscreenAds",
1629-
"title": "Hide fullscreen ads",
1630-
"description": "Add an option to hide fullscreen ads.\n\nThis setting may not completely hide fullscreen ads due to server-side changes, and support for this is not provided.\n\nThis setting may cause the app to become unusable, and users may need to clear app data.",
1631-
"required": true,
1632-
"type": "kotlin.Boolean",
1633-
"default": false,
1634-
"values": null
1635-
}
1636-
]
1626+
"options": []
16371627
},
16381628
{
16391629
"name": "Hide ads",
@@ -2270,7 +2260,17 @@
22702260
"8.30.54"
22712261
]
22722262
},
2273-
"options": []
2263+
"options": [
2264+
{
2265+
"key": "swipeToDismissMiniPlayer",
2266+
"title": "Swipe to dismiss miniplayer",
2267+
"description": "Adds an option to enable swipe to dismiss the miniplayer.\n\nIf this patch option is enabled, the empty miniplayer may not show when the miniplayer is dismissed.",
2268+
"required": true,
2269+
"type": "kotlin.Boolean",
2270+
"default": true,
2271+
"values": null
2272+
}
2273+
]
22742274
},
22752275
{
22762276
"name": "Player components",
@@ -2972,43 +2972,41 @@
29722972
},
29732973
{
29742974
"name": "Spoof app version",
2975-
"description": "Adds options to spoof the YouTube Music client version. This can be used to restore old UI elements and features.",
2975+
"description": "Adds options to spoof the YouTube client version. This can be used to restore old UI elements and features.",
29762976
"use": true,
29772977
"dependencies": [
29782978
"BytecodePatch",
29792979
"BytecodePatch",
2980-
"Settings for YouTube Music",
2980+
"Settings for YouTube",
29812981
"ResourcePatch"
29822982
],
29832983
"compatiblePackages": {
2984-
"com.google.android.apps.youtube.music": [
2985-
"6.42.55",
2986-
"6.51.53",
2987-
"7.16.53",
2988-
"7.25.53",
2989-
"8.12.54",
2990-
"8.28.54",
2991-
"8.30.54"
2984+
"com.google.android.youtube": [
2985+
"19.43.41",
2986+
"19.44.39",
2987+
"19.47.53",
2988+
"20.05.46"
29922989
]
29932990
},
29942991
"options": []
29952992
},
29962993
{
2997-
"name": "Spoof app version",
2998-
"description": "Adds options to spoof the YouTube client version. This can be used to restore old UI elements and features.",
2994+
"name": "Spoof app version for lyrics",
2995+
"description": "Adds options to spoof the YouTube Music client version. This can be used to restore old lyrics UI.",
29992996
"use": true,
30002997
"dependencies": [
30012998
"BytecodePatch",
3002-
"BytecodePatch",
3003-
"Settings for YouTube",
2999+
"Settings for YouTube Music",
30043000
"ResourcePatch"
30053001
],
30063002
"compatiblePackages": {
3007-
"com.google.android.youtube": [
3008-
"19.43.41",
3009-
"19.44.39",
3010-
"19.47.53",
3011-
"20.05.46"
3003+
"com.google.android.apps.youtube.music": [
3004+
"6.51.53",
3005+
"7.16.53",
3006+
"7.25.53",
3007+
"8.12.54",
3008+
"8.28.54",
3009+
"8.30.54"
30123010
]
30133011
},
30143012
"options": []

patches/api/patches.api

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,7 @@ public final class app/revanced/patches/music/actionbar/components/ActionBarComp
4444
}
4545

4646
public final class app/revanced/patches/music/ads/general/AdsPatchKt {
47-
public static field hideFullscreenAds Lapp/revanced/patcher/patch/Option;
4847
public static final fun getAdsPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
49-
public static final fun getHideFullscreenAds ()Lapp/revanced/patcher/patch/Option;
50-
public static final fun setHideFullscreenAds (Lapp/revanced/patcher/patch/Option;)V
5148
}
5249

5350
public final class app/revanced/patches/music/flyoutmenu/components/FlyoutMenuComponentsPatchKt {
@@ -92,6 +89,10 @@ public final class app/revanced/patches/music/general/splash/CairoSplashAnimatio
9289
public static final fun getCairoSplashAnimationPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
9390
}
9491

92+
public final class app/revanced/patches/music/general/spoofappversion/SpoofAppVersionForLyricsPatchKt {
93+
public static final fun getSpoofAppVersionForLyricsPatch ()Lapp/revanced/patcher/patch/ResourcePatch;
94+
}
95+
9596
public final class app/revanced/patches/music/general/spoofappversion/SpoofAppVersionPatchKt {
9697
public static final fun getSpoofAppVersionPatch ()Lapp/revanced/patcher/patch/ResourcePatch;
9798
}
@@ -252,10 +253,13 @@ public final class app/revanced/patches/music/utils/playservice/VersionCheckPatc
252253
public static final fun is_7_33_or_greater ()Z
253254
public static final fun is_8_03_or_greater ()Z
254255
public static final fun is_8_05_or_greater ()Z
256+
public static final fun is_8_07_or_greater ()Z
255257
public static final fun is_8_12_or_greater ()Z
256258
public static final fun is_8_15_or_greater ()Z
257259
public static final fun is_8_28_or_greater ()Z
258260
public static final fun is_8_29_or_greater ()Z
261+
public static final fun is_8_30_or_greater ()Z
262+
public static final fun is_8_33_or_greater ()Z
259263
}
260264

261265
public final class app/revanced/patches/music/utils/resourceid/SharedResourceIdPatchKt {
@@ -271,6 +275,7 @@ public final class app/revanced/patches/music/utils/resourceid/SharedResourceIdP
271275
public static final fun getDarkBackground ()J
272276
public static final fun getDesignBottomSheetDialog ()J
273277
public static final fun getElementsContainer ()J
278+
public static final fun getElementsLottieAnimationViewTagId ()J
274279
public static final fun getEndButtonsContainer ()J
275280
public static final fun getFloatingLayout ()J
276281
public static final fun getHistoryMenuItem ()J
@@ -499,8 +504,8 @@ public final class app/revanced/patches/shared/FingerprintsKt {
499504
}
500505

501506
public final class app/revanced/patches/shared/ads/AdsPatchKt {
502-
public static final fun adsPatch (Lkotlin/jvm/functions/Function1;Ljava/lang/String;Ljava/lang/String;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;)Lapp/revanced/patcher/patch/BytecodePatch;
503-
public static synthetic fun adsPatch$default (Lkotlin/jvm/functions/Function1;Ljava/lang/String;Ljava/lang/String;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lapp/revanced/patcher/patch/BytecodePatch;
507+
public static final fun adsPatch (Lkotlin/jvm/functions/Function1;Ljava/lang/String;Ljava/lang/String;Lkotlin/jvm/functions/Function1;)Lapp/revanced/patcher/patch/BytecodePatch;
508+
public static synthetic fun adsPatch$default (Lkotlin/jvm/functions/Function1;Ljava/lang/String;Ljava/lang/String;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lapp/revanced/patcher/patch/BytecodePatch;
504509
public static final fun getInterstitialsContainer ()J
505510
public static final fun getSlidingDialogAnimation ()J
506511
}
@@ -645,6 +650,10 @@ public final class app/revanced/patches/shared/spoof/appversion/BaseSpoofAppVers
645650
public static final fun baseSpoofAppVersionPatch (Ljava/lang/String;)Lapp/revanced/patcher/patch/BytecodePatch;
646651
}
647652

653+
public final class app/revanced/patches/shared/spoof/browse/SpoofClientBrowseEndpointPatchKt {
654+
public static final fun getSpoofClientBrowseEndpointPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
655+
}
656+
648657
public final class app/revanced/patches/shared/spoof/guide/SpoofClientGuideEndpointPatchKt {
649658
public static final fun getSpoofClientGuideEndpointPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
650659
}
@@ -1470,7 +1479,8 @@ public final class app/revanced/util/ResourceUtilsKt {
14701479
public static final fun addEntryValues (Lapp/revanced/patcher/patch/ResourcePatchContext;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
14711480
public static synthetic fun addEntryValues$default (Lapp/revanced/patcher/patch/ResourcePatchContext;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ZILjava/lang/Object;)V
14721481
public static final fun adoptChild (Lorg/w3c/dom/Node;Ljava/lang/String;Lkotlin/jvm/functions/Function1;)V
1473-
public static final fun appendAppVersion (Lapp/revanced/patcher/patch/ResourcePatchContext;Ljava/lang/String;)V
1482+
public static final fun appendAppVersion (Lapp/revanced/patcher/patch/ResourcePatchContext;Ljava/lang/String;Ljava/lang/String;)V
1483+
public static synthetic fun appendAppVersion$default (Lapp/revanced/patcher/patch/ResourcePatchContext;Ljava/lang/String;Ljava/lang/String;ILjava/lang/Object;)V
14741484
public static final fun cloneNodes (Lorg/w3c/dom/Node;Lorg/w3c/dom/Node;)V
14751485
public static final fun copyAdaptiveIcon (Lapp/revanced/patcher/patch/ResourcePatchContext;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/lang/String;)V
14761486
public static synthetic fun copyAdaptiveIcon$default (Lapp/revanced/patcher/patch/ResourcePatchContext;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/lang/String;ILjava/lang/Object;)V

0 commit comments

Comments
 (0)