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

oSumAtrIX 9b083e6d84 feat(Discord): Add `Plugin loader` patch пре 3 месеци
.github 34ef27de79 ci: Correct usage of repository variable пре 5 месеци
app 9b083e6d84 feat(Discord): Add `Plugin loader` patch пре 3 месеци
assets 1ebf8e04a6 chore: Add heading to issue templates пре 1 година
gradle 22ed627a5d build: fix gradle пре 7 месеци
stub 9b083e6d84 feat(Discord): Add `Plugin loader` patch пре 3 месеци
.editorconfig 36aa6c9aa8 chore: Lint code пре 10 месеци
.gitattributes 7b61cc8567 build: update gradle пре 1 година
.gitignore 2cee15ad88 chore: Refactor build files пре 10 месеци
.releaserc 2fabdb245f ci: Add custom release rule to create a build release пре 5 месеци
CHANGELOG.md 5ffff1bd40 chore(release): 1.14.0-dev.10 [skip ci] пре 3 месеци
LICENSE 6f15560f48 Create LICENSE пре 2 година
README.md 43b007e865 docs: improve `README` structure пре 1 година
build.gradle.kts 2cee15ad88 chore: Refactor build files пре 10 месеци
gradle.properties 5ffff1bd40 chore(release): 1.14.0-dev.10 [skip ci] пре 3 месеци
gradlew 2ac29c2579 build: Bump dependencies пре 7 месеци
gradlew.bat 2ac29c2579 build: Bump dependencies пре 7 месеци
package-lock.json 2ac29c2579 build: Bump dependencies пре 7 месеци
package.json 2ac29c2579 build: Bump dependencies пре 7 месеци
settings.gradle.kts 2cee15ad88 chore: Refactor build files пре 10 месеци

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.