🔩 Integrations containing helper classes for ReVanced. Originally maintained by Vanced.
Go to file
2024-04-18 16:50:56 +04:00
.github
app fix(YouTube - Spoof device dimensions): Add disclaimer dialog 2024-04-18 16:50:56 +04:00
assets
gradle
stub
.editorconfig
.gitattributes
.gitignore
.releaserc
build.gradle.kts
CHANGELOG.md chore(release): 1.8.0-dev.17 [skip ci] 2024-04-18 11:00:38 +00:00
gradle.properties chore(release): 1.8.0-dev.17 [skip ci] 2024-04-18 11:00:38 +00:00
gradlew
gradlew.bat
LICENSE
package-lock.json
package.json
README.md
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.