mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-27 11:45:49 +01:00
979565e7b5
# [5.6.0](https://github.com/ReVanced/revanced-patches/compare/v5.5.1...v5.6.0) (2024-12-20) ### Bug Fixes * **Twitter - Change link sharing domain:** Use correct extension package ([ad7fab6
](ad7fab6731
)) * **YouTube - Force original audio:** Use correct original audio stream if app language is not English ([0d20171
](0d2017133e
)) * **YouTube - Hide layout components:** Hide new kind of community post ([#4155](https://github.com/ReVanced/revanced-patches/issues/4155)) ([08f68cb
](08f68cb5d3
)) * **YouTube - Miniplayer:** Use estimated maximum on screen size for devices with low density screens ([#4150](https://github.com/ReVanced/revanced-patches/issues/4150)) ([2694158
](2694158c3c
)) * **YouTube - Open Shorts in regular player:** Do not show the miniplayer after opening a Short while a video is playing ([894e366
](894e36665d
)) * **YouTube - SponsorBlock:** Show create new segment error messages using a dialog ([#4148](https://github.com/ReVanced/revanced-patches/issues/4148)) ([5870906
](587090636d
)) * **YouTube - Spoof video streams:** Change default spoofing to iOS, allow setting a default language with Android VR ([#4171](https://github.com/ReVanced/revanced-patches/issues/4171)) ([171b4e7
](171b4e7e40
)) * **YouTube - Spoof video streams:** Update iOS client version ([df3aeed
](df3aeed3b1
)) ### Features * **YouTube:** Add `Open Shorts in regular player` patch ([#4153](https://github.com/ReVanced/revanced-patches/issues/4153)) ([c7c5e5b
](c7c5e5b2b9
))
7 lines
165 B
INI
7 lines
165 B
INI
org.gradle.caching = true
|
|
org.gradle.jvmargs = -Xms512M -Xmx2048M
|
|
org.gradle.parallel = true
|
|
android.useAndroidX = true
|
|
kotlin.code.style = official
|
|
version = 5.6.0
|