MohitMali 8dd4c86ca6 Improved CI workflow
* Used latest @v2 action for setting up java for the CI instead of @v1.
* Used single command of gradle instead of multiple commands of gradle for `Compile and prepare package` task, because gradle will automatically execute all tasks one by one.
2023-07-28 11:38:37 +05:30
2023-07-28 11:38:37 +05:30
2023-07-21 10:28:40 +02:00
2023-01-18 17:12:22 +01:00
2021-05-13 10:31:08 +02:00
2023-07-19 11:20:47 +05:30
2022-12-21 16:01:02 +01:00

Maven Central CodeFactor License: GPL v3

Java Libkiwix binding for Java/Kotlin

Android Library for accessing libkiwix and libzim in android with JAVA wrapper.

Steps to build

Clone java-libkiwix

git clone https://github.com/kiwix/java-libkiwix.git
cd java-libkiwix

Install dependencies

./install_deps.sh

Compile

./gradlew buildHeaders
./gradlew build

AAR file will be generated in directory lib/build/outputs/aar

Description
Libkiwix binding for Java & Kotlin
Readme GPL-3.0 267 MiB
Languages
Java 57.2%
C++ 39.9%
CMake 1.9%
Shell 0.9%
HTML 0.1%