From aeec1b3cb861fea6d6157533c8a89e2b10b63d31 Mon Sep 17 00:00:00 2001 From: Isaac Hutt Date: Mon, 6 Aug 2018 19:59:56 +0100 Subject: [PATCH] Bump kiwix-lib version --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index fd3df6a8b..bc994ff6d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ dependencies { // Get kiwixlib online if it is not populated locally if (file("../kiwixlib/src/main").list().length == 1) { - implementation 'org.kiwix.kiwixlib:kiwixlib:1.0.8' + implementation 'org.kiwix.kiwixlib:kiwixlib:1.0.11' } else { implementation project(':kiwixlib') archs = file("../kiwixlib/src/main/jniLibs").list() @@ -390,4 +390,4 @@ testdroid { fullRunConfig { instrumentationRunner = "android.support.test.runner.AndroidJUnitRunner" } -} \ No newline at end of file +}