Skip to content

Commit 4e682b7

Browse files
authored
chore: Merge branch dev to main (#4057)
2 parents c2da147 + 1246986 commit 4e682b7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.2.3-dev.1](https://github.com/ReVanced/revanced-patches/compare/v5.2.2...v5.2.3-dev.1) (2024-12-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **YouTube Music - GmsCore support:** Resolve patching errors ([#4056](https://github.com/ReVanced/revanced-patches/issues/4056)) ([38a4bad](https://github.com/ReVanced/revanced-patches/commit/38a4bad5b890e3906d77d22efeabd8f38653508b))
7+
18
## [5.2.2](https://github.com/ReVanced/revanced-patches/compare/v5.2.1...v5.2.2) (2024-12-06)
29

310

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ org.gradle.jvmargs = -Xms512M -Xmx2048M
33
org.gradle.parallel = true
44
android.useAndroidX = true
55
kotlin.code.style = official
6-
version = 5.2.2
6+
version = 5.2.3-dev.1

patches/src/main/kotlin/app/revanced/patches/music/misc/extension/SharedExtensionPatch.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ import app.revanced.patches.music.misc.extension.hooks.applicationInitHook
44
import app.revanced.patches.shared.misc.extension.sharedExtensionPatch
55

66
val sharedExtensionPatch = sharedExtensionPatch(
7-
"music",
87
applicationInitHook,
98
)

0 commit comments

Comments
 (0)