Skip to content

UsagiApp/plugins

Repository files navigation

plugins

This template project provides a collection of utilities and a simple parser for convenient access to any content available on the web.

Requirements

  • Android Studio or IntelliJ IDEA (Community Edition is enough)
  • Android SDK 35 or later (if not using IDE)
  • Java 11 or later is required

Usage

  1. Open Terminal on root folder, build this project:

    On Linux & Unix system:

    chmod +x gradlew && ./gradlew jar

    On Windows system:

    .\gradlew.bat jar
  2. Dex it with d8 after building:

    d8 --release build/libs/plugin.jar --output plugin.jar

More simply, just run buildJar task in Android Studio / IntelliJ IDEA and dex it after building.

Credits

  • Thanks to HOLOLIVE for providing free content on their official website.
  • Thanks to KotatsuApp for providing HoloEarth parser and the core library.

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 is for plugin creators. It includes the core library and several examples for implementation.

Topics

Resources

License

Stars

6 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors