Merge pull request #1459 from kiwix/move-to-kiwixlib-6.0.4

Use Kiwix library 6.0.4
This commit is contained in:
Seán Mac Gillicuddy 2019-09-11 09:00:30 +01:00 committed by GitHub
commit b6d404c3b3
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.3'
implementation 'org.kiwix.kiwixlib:kiwixlib:6.0.4'
} else {
implementation 'com.getkeepsafe.relinker:relinker:1.3.1'
implementation fileTree(include: ['*.aar'], dir: 'libs')