Integrations containing helper classes for ReVanced. Originally maintained by Vanced.

oSumAtrIX 3f81d187b5 feat(GitHub): Add `Pinch to zoom` patch 1 سال پیش
.github a01db14c1e ci: Bump checkout action 1 سال پیش
app 3f81d187b5 feat(GitHub): Add `Pinch to zoom` patch 1 سال پیش
dummy 1689bf4125 refactor(Tumblr): Use a common filter patch (#479) 1 سال پیش
gradle 7b61cc8567 build: update gradle 1 سال پیش
.gitattributes 7b61cc8567 build: update gradle 1 سال پیش
.gitignore 57be50cab1 feat: implement missing classes 2 سال پیش
.releaserc 178b90b490 ci: fix backmerge direction 1 سال پیش
CHANGELOG.md 130f629f6b chore(release): 0.122.0-dev.1 [skip ci] 1 سال پیش
LICENSE 6f15560f48 Create LICENSE 2 سال پیش
README.md 43b007e865 docs: improve `README` structure 1 سال پیش
build.gradle.kts dc955d1bc2 feat: Restore previous release 1 سال پیش
gradle.properties 130f629f6b chore(release): 0.122.0-dev.1 [skip ci] 1 سال پیش
gradlew 7b61cc8567 build: update gradle 1 سال پیش
gradlew.bat 7b61cc8567 build: update gradle 1 سال پیش
package-lock.json 25d51179cc ci: update dependencies 1 سال پیش
package.json 25d51179cc ci: update dependencies 1 سال پیش
settings.gradle.kts 6fd81770bf chore: rename root project name 2 سال پیش

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.