From 7a439b7967521e892489d4e7abefb323259c6fce Mon Sep 17 00:00:00 2001 From: Kelson Date: Tue, 17 Sep 2019 06:45:57 +0200 Subject: [PATCH] Use libkiwix 7.0.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1654e2ff3..5f9ab1f2b 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.4' + implementation 'org.kiwix.kiwixlib:kiwixlib:7.0.0' } else { implementation 'com.getkeepsafe.relinker:relinker:1.3.1' implementation fileTree(include: ['*.aar'], dir: 'libs')