From 644521c72221b794f2b4b2efe216588c767be5ef Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Mon, 28 Aug 2023 11:23:20 +0700 Subject: [PATCH] Add library dependence libkiiwx to the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 624ee8d11..b1acdf7f0 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ If you are interested in our custom apps they have their own repo [kiwix-android ## Libraries Used +- [Libkiwix](https://github.com/kiwix/java-libkiwix) - Kotlin/Java binding for the core Kiwix library - [Dagger 2](https://github.com/google/dagger) - A fast dependency injector for Android and Java - [Retrofit](https://square.github.io/retrofit/) - Retrofit turns your REST API into a Java interface - [OkHttp](https://github.com/square/okhttp) - An HTTP+SPDY client for Android and Java applications