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

semantic-release-bot 53d5a94bfa chore: Release v1.16.0 [skip ci] il y a 2 mois
.github a06b7a359e ci: Use permissions and regular GitHub token instead of PAT il y a 2 mois
app 1c9a966354 feat(YouTube - Hide Shorts components): Hide `Hashtag` button (#717) il y a 2 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 04682353af fix(YouTube): Fix issues related to playback by replace streaming data (#680) 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 469a1a9815 ci: Adjust release commit message il y a 2 mois
CHANGELOG.md 53d5a94bfa chore: Release v1.16.0 [skip ci] il y a 2 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 53d5a94bfa chore: Release v1.16.0 [skip ci] il y a 2 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 85e0cb99f2 build(Needs bump): Update dependencies il y a 2 mois
package.json 85e0cb99f2 build(Needs bump): Update dependencies il y a 2 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.