mirror of
https://github.com/revanced/revanced-integrations
synced 2024-10-29 13:07:22 +01:00
1cceb626fa
## [0.30.4](https://github.com/revanced/revanced-integrations/compare/v0.30.3...v0.30.4) (2022-07-31) ### Bug Fixes * `sponsorblock` settings not getting saved ([#112](https://github.com/revanced/revanced-integrations/issues/112)) ([ |
||
---|---|---|
.github | ||
app | ||
gradle/wrapper | ||
.gitignore | ||
.releaserc | ||
build.gradle | ||
CHANGELOG.md | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
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.