This repository contains libraries and Gradle plugins which help to create Dashchan extensions.
Add this repository to your project as git submodule.
git submodule add https://github.com/Mishiranu/Dashchan-Library.git libraryTo include this project to extension project, add includeBuild 'library' to settings.gradle.
In addition, the plugin should be declared as Gradle dependency in build.gradle.
buildscript {
dependencies {
classpath 'chan.library:plugins:0'
}
}Libraries and plugins are available under the GNU General Public License, version 3 or later.
API headers are not subject to copyright.