A library for plugin / extension creators. This core library containing base models, utilities, exceptions, and Tachiyomi compatibility layer.
-
Add it to your root build.gradle at the end of repositories:
allprojects { repositories { ... maven { url 'https://jitpack.io' } } } -
Add the dependency
dependencies { implementation("com.github.UsagiApp:core-parsers:$version") }
This library provides the core for creating sources. See our template project for example implementations.
You may copy, distribute and modify the software as long as you track changes/dates in source files. Any modifications to or software including (via compiler) GPL-licensed code must also be made available under the GPL along with build & install instructions. See LICENSE for more details.
