Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/YT-Advanced/ReX-integrations
🔩 Integrations containing helper classes for ReVanced. Originally maintained by Vanced.
https://github.com/YT-Advanced/ReX-integrations
Last synced: 3 months ago
JSON representation
🔩 Integrations containing helper classes for ReVanced. Originally maintained by Vanced.
- Host: GitHub
- URL: https://github.com/YT-Advanced/ReX-integrations
- Owner: YT-Advanced
- License: gpl-3.0
- Fork: true (inotia00/revanced-integrations)
- Created: 2023-08-03T12:36:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-14T03:20:28.000Z (5 months ago)
- Last Synced: 2024-07-14T04:26:04.753Z (5 months ago)
- Language: Java
- Homepage: https://revanced.app
- Size: 4.94 MB
- Stars: 89
- Watchers: 9
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-ReVanced - Integrations
README
# 🔩 ReVanced Integrations
ReVanced Extended Integrations containing classes to be merged by ReVanced Patcher.
## ❓ How to use debugging:
- Usage on Windows: ```adb logcat | findstr "Extended" > log.txt```
- Usage on Linux: ```adb logcat | grep --line-buffered "Extended" > log.txt```
This will write the log to a file called log.txt which you can view then.