Skip to content

Repository files navigation

TsukiMix

A core library used in Usagi to read and compile every Tachiyomi exts to External plugins. This core library containing base core, models, utilities, exceptions, etc.

Usage

  1. Add it to your root build.gradle at the end of repositories:

    allprojects {
    	repositories {
    		...
    		maven { url 'https://jitpack.io' }
    	}
    }
  2. Add the dependency

    dependencies {
    	implementation("com.github.UsagiApp:TsukiMix:$version")
    }

Usage in code

This library provides the core for implementing it for the main app. Check our app for example implementations.

License

GNU GPLv3 Image

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.

About

This repository contains TsukiMix source code, a core library used in Usagi to read and compile every Tachiyomi exts to External plugins.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages