mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-27 12:17:33 +01:00
semantic-release-bot
e67f47876c
chore(release): 0.31.2 [skip ci]
## [0.31.2](https://github.com/revanced/revanced-integrations/compare/v0.31.1...v0.31.2) (2022-08-08)
### Bug Fixes
* unintentional like button detection ([#119](https://github.com/revanced/revanced-integrations/issues/119)) ([f64b178](f64b17869e
))
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%