mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-02-11 11:36:47 +01:00
## [1.11.2-dev.1](https://github.com/ReVanced/revanced-integrations/compare/v1.11.1...v1.11.2-dev.1) (2024-07-12) ### Bug Fixes * adjust blacklist ([d8d2a85](d8d2a852d3
)) * **YouTube - Hide keyword content:** Do not hide flyout menu ([cda1f31](cda1f3160c
)) * **YouTube - Hide keyword content:** Do not hide flyout menu ([#664](https://github.com/ReVanced/revanced-integrations/issues/664)) ([120188d](120188d643
))
🔩 ReVanced Integrations
The official ReVanced Integrations containing classes to be merged by ReVanced Patcher.
❓ How to use debugging:
- Usage on Windows:
adb logcat | findstr "revanced" > log.txt
- Usage on Linux:
adb logcat | grep --line-buffered "revanced" > log.txt
This will write the log to a file called log.txt which you can view then.
Languages
Java
92.4%
Kotlin
7.6%