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

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

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.