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

semantic-release-bot 53d5a94bfa chore: Release v1.16.0 [skip ci] 2 ماه پیش
.github a06b7a359e ci: Use permissions and regular GitHub token instead of PAT 2 ماه پیش
app 1c9a966354 feat(YouTube - Hide Shorts components): Hide `Hashtag` button (#717) 2 ماه پیش
assets 1ebf8e04a6 chore: Add heading to issue templates 1 سال پیش
gradle 22ed627a5d build: fix gradle 7 ماه پیش
stub 04682353af fix(YouTube): Fix issues related to playback by replace streaming data (#680) 3 ماه پیش
.editorconfig 36aa6c9aa8 chore: Lint code 9 ماه پیش
.gitattributes 7b61cc8567 build: update gradle 1 سال پیش
.gitignore 2cee15ad88 chore: Refactor build files 10 ماه پیش
.releaserc 469a1a9815 ci: Adjust release commit message 2 ماه پیش
CHANGELOG.md 53d5a94bfa chore: Release v1.16.0 [skip ci] 2 ماه پیش
LICENSE 6f15560f48 Create LICENSE 2 سال پیش
README.md 43b007e865 docs: improve `README` structure 1 سال پیش
build.gradle.kts 2cee15ad88 chore: Refactor build files 10 ماه پیش
gradle.properties 53d5a94bfa chore: Release v1.16.0 [skip ci] 2 ماه پیش
gradlew 2ac29c2579 build: Bump dependencies 7 ماه پیش
gradlew.bat 2ac29c2579 build: Bump dependencies 7 ماه پیش
package-lock.json 85e0cb99f2 build(Needs bump): Update dependencies 2 ماه پیش
package.json 85e0cb99f2 build(Needs bump): Update dependencies 2 ماه پیش
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.