From 6d386dc6f67490eca56a828248bcc65d186815e1 Mon Sep 17 00:00:00 2001 From: Kelson Date: Wed, 11 Sep 2019 07:33:49 +0200 Subject: [PATCH] Use Kiwix library 6.0.4 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 439f309cd..6795e1979 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.3' + implementation 'org.kiwix.kiwixlib:kiwixlib:6.0.4' } else { implementation 'com.getkeepsafe.relinker:relinker:1.3.1' implementation fileTree(include: ['*.aar'], dir: 'libs')