🔩 Integrations containing helper classes for ReVanced. Originally maintained by Vanced.
Go to file
semantic-release-bot f5720f71a6 chore(release): 1.8.0-dev.14 [skip ci]
# [1.8.0-dev.14](https://github.com/ReVanced/revanced-integrations/compare/v1.8.0-dev.13...v1.8.0-dev.14) (2024-04-17)

### Bug Fixes

* **YouTube - Hide Shorts components:** Hide subscribe button in channel bar ([9938bbf](9938bbf0de))
2024-04-17 10:04:02 +00:00
.github
app fix(YouTube - Hide Shorts components): Hide subscribe button in channel bar 2024-04-17 14:00:35 +04:00
assets
gradle
stub
.editorconfig
.gitattributes
.gitignore
.releaserc
CHANGELOG.md chore(release): 1.8.0-dev.14 [skip ci] 2024-04-17 10:04:02 +00:00
LICENSE
README.md
build.gradle.kts
gradle.properties chore(release): 1.8.0-dev.14 [skip ci] 2024-04-17 10:04:02 +00:00
gradlew
gradlew.bat
package-lock.json
package.json
settings.gradle.kts

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.