mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-20 16:57:32 +01:00
semantic-release-bot
c82a85ba37
chore(release): 0.36.6 [skip ci]
## [0.36.6](https://github.com/revanced/revanced-integrations/compare/v0.36.5...v0.36.6) (2022-09-08)
### Bug Fixes
* android api 23 compat ([136fb7b](136fb7bcbb
)), closes [revanced/revanced-integrations#136](https://github.com/revanced/revanced-integrations/issues/136)
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%