Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inotia00/revanced-integrations
🔩 Integrations containing helper classes for ReVanced. Originally maintained by Vanced.
https://github.com/inotia00/revanced-integrations
Last synced: 3 months ago
JSON representation
🔩 Integrations containing helper classes for ReVanced. Originally maintained by Vanced.
- Host: GitHub
- URL: https://github.com/inotia00/revanced-integrations
- Owner: inotia00
- License: gpl-3.0
- Fork: true (ReVanced/revanced-integrations)
- Created: 2022-08-07T19:09:32.000Z (over 2 years ago)
- Default Branch: revanced-extended
- Last Pushed: 2024-05-22T16:39:37.000Z (7 months ago)
- Last Synced: 2024-05-22T17:32:03.294Z (7 months ago)
- Language: Java
- Homepage: https://revanced.app
- Size: 5.13 MB
- Stars: 127
- Watchers: 6
- Forks: 44
- 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.