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: 14 days 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-12-04T02:41:39.000Z (about 1 month ago)
- Last Synced: 2024-12-04T03:25:44.323Z (about 1 month ago)
- Language: Java
- Homepage: https://revanced.app
- Size: 5.39 MB
- Stars: 89
- Watchers: 9
- Forks: 8
- 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.