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: 6 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
- Archived: true
- Fork: true (inotia00/revanced-integrations)
- Created: 2023-08-03T12:36:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-07T12:56:35.000Z (over 1 year ago)
- Last Synced: 2024-12-29T11:30:39.936Z (about 1 year ago)
- Language: Java
- Homepage: https://revanced.app
- Size: 5.41 MB
- Stars: 90
- 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.