mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-14 13:57:31 +01:00
semantic-release-bot
234023f3f5
chore(release): 0.27.6 [skip ci]
## [0.27.6](https://github.com/revanced/revanced-integrations/compare/v0.27.5...v0.27.6) (2022-07-21)
### Bug Fixes
* wrong naming of ForceDisableCaptions ([#93](https://github.com/revanced/revanced-integrations/issues/93)) ([21d56f8](21d56f89b3
))
ReVanced Integrations
How to use debugging:
- Include the enable-debugging patch
- Set
DEBUG_BOOLEAN("revanced_debug_enabled", false),
totrue
- 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%