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

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

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.