mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-02-11 19:46:47 +01:00
# [0.118.0-dev.14](https://github.com/ReVanced/revanced-integrations/compare/v0.118.0-dev.13...v0.118.0-dev.14) (2023-09-27)
### Bug Fixes
* **YouTube - Hide info cards:** Fix info cards not hiding for some users ([#487](https://github.com/ReVanced/revanced-integrations/issues/487)) ([00c4c40](00c4c4025b
))
🔩 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%