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

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

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.