🔩 Integrations containing helper classes for ReVanced. Originally maintained by Vanced.
Go to file
2024-04-21 03:47:15 +02:00
.github
app feat(YouTube - Swipe controls): Save and restore brightness and add auto-brightness toggle (#610) 2024-04-21 01:59:23 +02:00
assets
gradle
stub
.editorconfig
.gitattributes
.gitignore
.releaserc
build.gradle.kts
CHANGELOG.md chore(release): 1.8.0-dev.20 [skip ci] 2024-04-21 00:02:28 +00:00
gradle.properties chore(release): 1.8.0-dev.20 [skip ci] 2024-04-21 00:02:28 +00:00
gradlew
gradlew.bat
LICENSE
package-lock.json
package.json
README.md docs: improve README structure 2023-05-07 03:03:43 +02:00
settings.gradle.kts

🔩 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.