mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-27 12:17:33 +01:00
semantic-release-bot
6eaf9fee65
chore(release): 0.30.3 [skip ci]
## [0.30.3](https://github.com/revanced/revanced-integrations/compare/v0.30.2...v0.30.3) (2022-07-31)
### Bug Fixes
* app crashes on first start ([#111](https://github.com/revanced/revanced-integrations/issues/111)) ([0f5e89c](0f5e89c5e3
))
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%