Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blawuken/revanced-integrations-extended
https://github.com/blawuken/revanced-integrations-extended
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blawuken/revanced-integrations-extended
- Owner: Blawuken
- License: gpl-3.0
- Created: 2023-11-30T12:00:43.000Z (about 1 year ago)
- Default Branch: revanced-extended
- Last Pushed: 2024-03-05T16:46:31.000Z (10 months ago)
- Last Synced: 2024-03-05T17:50:27.154Z (10 months ago)
- Language: Java
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
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.