Open up a Issues with this contents:
- URL
- Website Name
- NSWF yes/no
This template project provides a collection of utilities and some parsers for convenient access to any content available on the web.
- Android Studio or IntelliJ IDEA (Community Edition is enough)
- Android SDK 35 or later (if not using IDE)
- Java 11 or later is required
-
Open Terminal on root folder, build this project:
On Linux & Unix system:
chmod +x gradlew && ./gradlew buildJarOn Windows system:
.\gradlew.bat buildJar
More simply, just run buildJar task in Android Studio / IntelliJ IDEA and dex it after building.
- Thanks to KotatsuApp for providing some parsers and the core library.
- Thanks to Keiyoushi for providing some extensions code on GitHub.
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.
