mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-05-17 14:07:05 +02:00
![github-actions[bot]](/assets/img/avatar_default.png)
dev
to main
(#306)
Co-authored-by: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com> Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
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%