mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-27 20:27:38 +01:00
semantic-release-bot
85cae1e5d6
chore(release): 0.98.0-dev.4 [skip ci]
# [0.98.0-dev.4](https://github.com/revanced/revanced-integrations/compare/v0.98.0-dev.3...v0.98.0-dev.4) (2023-02-22)
### Bug Fixes
* remove nullable annotation in Kotlin code ([b5a29fd](b5a29fdce1
))
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%