Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revanced/revanced-integrations
🔩 ReVanced Integrations containing classes to be merged by ReVanced Patcher
https://github.com/revanced/revanced-integrations
integrations revanced source
Last synced: 3 months ago
JSON representation
🔩 ReVanced Integrations containing classes to be merged by ReVanced Patcher
- Host: GitHub
- URL: https://github.com/revanced/revanced-integrations
- Owner: ReVanced
- License: gpl-3.0
- Created: 2022-03-15T20:37:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T06:20:07.000Z (4 months ago)
- Last Synced: 2024-08-20T08:27:30.782Z (4 months ago)
- Topics: integrations, revanced, source
- Language: Java
- Homepage: https://revanced.app
- Size: 4.02 MB
- Stars: 689
- Watchers: 27
- Forks: 249
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-ReVanced - Integrations
README
# 🔩 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.