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

LisoUseInAIKyrios acd1c725a2 chore: ktlint reformat il y a 1 an
.github 381fbc6b7b chore: Rename issue templates il y a 1 an
app acd1c725a2 chore: ktlint reformat il y a 1 an
assets 1ebf8e04a6 chore: Add heading to issue templates il y a 1 an
gradle ab07a563b9 fix: Revert AGP dependency update il y a 1 an
stub 36aa6c9aa8 chore: Lint code il y a 1 an
.editorconfig e56fdf1cfe fix: Use consistent formatter settings between IntelliJ and Android Studio il y a 1 an
.gitattributes 7b61cc8567 build: update gradle il y a 1 an
.gitignore 2cee15ad88 chore: Refactor build files il y a 1 an
.releaserc 0dc61d9da4 build: Sign release artifacts il y a 1 an
CHANGELOG.md 530ba18364 chore(release): 1.7.0 [skip ci] il y a 1 an
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 1 an
gradle.properties 530ba18364 chore(release): 1.7.0 [skip ci] il y a 1 an
gradlew 2cee15ad88 chore: Refactor build files il y a 1 an
gradlew.bat 2cee15ad88 chore: Refactor build files il y a 1 an
package-lock.json 75e42c2d15 build: Bump dependencies il y a 1 an
package.json 75e42c2d15 build: Bump dependencies il y a 1 an
settings.gradle.kts 2cee15ad88 chore: Refactor build files 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.