Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.45 KB

File metadata and controls

47 lines (30 loc) · 1.45 KB

plugins

This template project provides a collection of utilities and some parsers 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.
  • Thanks to Keiyoushi for providing Holonometria extensions code on GitHub.

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.