From d214ff9450923a5d5f43454b680c50a2a133485c Mon Sep 17 00:00:00 2001 From: mhutti1 Date: Sun, 1 Oct 2017 21:13:09 +0100 Subject: [PATCH] Bump kiwixlib version --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 43288ea21..6c21ad121 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -36,7 +36,7 @@ dependencies { // Get kiwixlib online if it is not populated locally if (file("../kiwixlib/src/main").list().length == 1) { - compile 'org.kiwix.kiwixlib:kiwixlib:0.0.6' + compile 'org.kiwix.kiwixlib:kiwixlib:0.1.0' } else { compile project(':kiwixlib') archs = file("../kiwixlib/src/main/jniLibs").list()