You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() # [0.109.0](https://github.com/revanced/revanced-integrations/compare/v0.108.0...v0.109.0) (2023-05-31) ### Bug Fixes * **youtube/downloads:** rename patch to `external-downloads` ([#414](https://github.com/revanced/revanced-integrations/issues/414)) ([ |
1 week ago | |
---|---|---|
.github | 1 month ago | |
app | 2 weeks ago | |
dummy | 3 weeks ago | |
gradle/wrapper | 1 month ago | |
.gitignore | 1 year ago | |
.releaserc | 4 months ago | |
CHANGELOG.md | 1 week ago | |
LICENSE | 1 year ago | |
README.md | 1 month ago | |
build.gradle.kts | 1 month ago | |
gradle.properties | 1 week ago | |
gradlew | 9 months ago | |
gradlew.bat | 9 months ago | |
package-lock.json | 4 months ago | |
package.json | 4 months ago | |
settings.gradle.kts | 5 months ago |
README.md
🔩 ReVanced Integrations
The official ReVanced Integrations containing classes to be merged by ReVanced Patcher.
❓ 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.