Merge remote-tracking branch 'upstream/dev' into feat/save_brightness

This commit is contained in:
MarcaDian 2024-04-18 12:19:56 +03:00
commit 7794c5c290
No known key found for this signature in database
GPG Key ID: 904EF10755E7C016
3 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,10 @@
# [1.8.0-dev.16](https://github.com/ReVanced/revanced-integrations/compare/v1.8.0-dev.15...v1.8.0-dev.16) (2024-04-18)
### Bug Fixes
* **YouTube - Hide layout components:** Hide horizontal tile shelves ([ba30869](https://github.com/ReVanced/revanced-integrations/commit/ba308690cf83067d3ddd54622eebcbd14bc15ac8))
# [1.8.0-dev.15](https://github.com/ReVanced/revanced-integrations/compare/v1.8.0-dev.14...v1.8.0-dev.15) (2024-04-17)

View File

@ -247,7 +247,8 @@ public final class LayoutComponentsFilter extends Filter {
horizontalShelves = new StringFilterGroup(
Settings.HIDE_HORIZONTAL_SHELVES,
"horizontal_video_shelf.eml",
"horizontal_shelf.eml"
"horizontal_shelf.eml",
"horizontal_tile_shelf.eml"
);
addPathCallbacks(

View File

@ -1,4 +1,4 @@
org.gradle.parallel = true
org.gradle.caching = true
android.useAndroidX = true
version = 1.8.0-dev.15
version = 1.8.0-dev.16