Use libkiwix 8.0.1

This commit is contained in:
Kelson 2019-09-18 08:05:26 +02:00
parent 78b25e762e
commit ea79f34eea

View File

@ -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')