mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-13 13:27:31 +01:00
semantic-release-bot
81d3afd065
chore(release): 0.64.1 [skip ci]
## [0.64.1](https://github.com/revanced/revanced-integrations/compare/v0.64.0...v0.64.1) (2022-11-01)
### Bug Fixes
* **youtube/video-ads:** add switch to temporarily fix buffering issues ([8b4bed8](8b4bed8ab3
))
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%