Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anddea/revanced-integrations
🔩 Integrations containing helper classes for ReVanced. Originally maintained by Vanced.
https://github.com/anddea/revanced-integrations
Last synced: 14 days ago
JSON representation
🔩 Integrations containing helper classes for ReVanced. Originally maintained by Vanced.
- Host: GitHub
- URL: https://github.com/anddea/revanced-integrations
- Owner: anddea
- License: gpl-3.0
- Created: 2024-02-19T12:33:03.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T11:42:59.000Z (2 months ago)
- Last Synced: 2024-10-29T13:26:43.882Z (2 months ago)
- Language: Java
- Homepage: https://revanced.app
- Size: 5.15 MB
- Stars: 59
- Watchers: 3
- Forks: 16
- Open Issues: 2
-
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.