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

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

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.