mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-05-02 15:44:40 +02:00

# [0.67.0](https://github.com/revanced/revanced-integrations/compare/v0.66.0...v0.67.0) (2022-11-05) ### Bug Fixes * **fix-playback:** seek to maximum end ([fd69010](fd69010def
)) * remove left over not existing code references ([ac81695](ac81695747
)) ### Features * **video-information:** hook video time ([6aa0ca9](6aa0ca9556
))
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%