mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-20 16:57:32 +01:00
semantic-release-bot
10fff6a0b8
chore(release): 0.99.0-dev.4 [skip ci]
# [0.99.0-dev.4](https://github.com/revanced/revanced-integrations/compare/v0.99.0-dev.3...v0.99.0-dev.4) (2023-02-24) ### Bug Fixes * **youtube/general-ads:** check for quick actions in path instead of component identifier ([476902e](476902e9ce
)) * **youtube/general-ads:** use correct setting to hide related videos in quick actions ([e626bd0](e626bd08c1
)) * **youtube/general-ads:** use correct setting to hide related videos in quick actions ([05bfc68](05bfc68907
))
ReVanced Integrations
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%