Merge pull request #1478 from kiwix/libkiwix-7.0.0

Use libkiwix 7.0.0
This commit is contained in:
Kelson 2019-09-17 08:05:22 +02:00 committed by GitHub
commit 30845814a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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