From d572ef995d05fa046953b0069c76edc8685dd691 Mon Sep 17 00:00:00 2001 From: Sean Mac Gillicuddy Date: Thu, 5 Sep 2019 13:57:36 +0100 Subject: [PATCH] Upgrade library --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0d8fc2e12..f25a665cd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,7 +53,7 @@ dependencies { // Get kiwixlib online if it is not populated locally if (!shouldUseLocalVersion()) { - implementation 'org.kiwix.kiwixlib:kiwixlib:6.0.2' + implementation 'org.kiwix.kiwixlib:kiwixlib:6.0.3' } else { implementation 'com.getkeepsafe.relinker:relinker:1.3.1' implementation fileTree(include: ['*.aar'], dir: 'libs')