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

LisoUseInAIKyrios 0615c13198 refactor: use an interface for import/export callback 10 ماه پیش
.github e455262725 ci: Use latest Node.js LTS version to fix builds 11 ماه پیش
app 0615c13198 refactor: use an interface for import/export callback 10 ماه پیش
assets 1ebf8e04a6 chore: Add heading to issue templates 1 سال پیش
dummy eaaa6fbd20 feat(YouTube): Support versions `18.48.39`, `18.49.37`, `19.01.34` (#547) 11 ماه پیش
gradle 17e78824b7 build: Bump Gradle wrapper 1 سال پیش
.gitattributes 7b61cc8567 build: update gradle 1 سال پیش
.gitignore 2735f99c0a chore: Add folder to gitignore 1 سال پیش
.releaserc 178b90b490 ci: fix backmerge direction 1 سال پیش
CHANGELOG.md f43b71be45 chore(release): 1.3.2 [skip ci] 10 ماه پیش
LICENSE 6f15560f48 Create LICENSE 2 سال پیش
README.md 43b007e865 docs: improve `README` structure 1 سال پیش
build.gradle.kts 355acc7023 build: Use Gradle build cache 1 سال پیش
gradle.properties f43b71be45 chore(release): 1.3.2 [skip ci] 10 ماه پیش
gradlew 7b61cc8567 build: update gradle 1 سال پیش
gradlew.bat 7b61cc8567 build: update gradle 1 سال پیش
package-lock.json 75e42c2d15 build: Bump dependencies 11 ماه پیش
package.json 75e42c2d15 build: Bump dependencies 11 ماه پیش
settings.gradle.kts fb56e9a362 build: Simplify enabling local build cache 1 سال پیش

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.