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