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

oSumAtrIX 9b083e6d84 feat(Discord): Add `Plugin loader` patch il y a 3 mois
.github 34ef27de79 ci: Correct usage of repository variable il y a 5 mois
app 9b083e6d84 feat(Discord): Add `Plugin loader` patch il y a 3 mois
assets 1ebf8e04a6 chore: Add heading to issue templates il y a 1 an
gradle 22ed627a5d build: fix gradle il y a 7 mois
stub 9b083e6d84 feat(Discord): Add `Plugin loader` patch il y a 3 mois
.editorconfig 36aa6c9aa8 chore: Lint code il y a 9 mois
.gitattributes 7b61cc8567 build: update gradle il y a 1 an
.gitignore 2cee15ad88 chore: Refactor build files il y a 10 mois
.releaserc 2fabdb245f ci: Add custom release rule to create a build release il y a 5 mois
CHANGELOG.md 5ffff1bd40 chore(release): 1.14.0-dev.10 [skip ci] il y a 3 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 2cee15ad88 chore: Refactor build files il y a 10 mois
gradle.properties 5ffff1bd40 chore(release): 1.14.0-dev.10 [skip ci] il y a 3 mois
gradlew 2ac29c2579 build: Bump dependencies il y a 7 mois
gradlew.bat 2ac29c2579 build: Bump dependencies il y a 7 mois
package-lock.json 2ac29c2579 build: Bump dependencies il y a 7 mois
package.json 2ac29c2579 build: Bump dependencies il y a 7 mois
settings.gradle.kts 2cee15ad88 chore: Refactor build files il y a 10 mois

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.