Merge pull request #1438 from kiwix/hotfix/macgills/upgrade-kiwix-lib

Upgrade library
This commit is contained in:
Kelson 2019-09-05 16:02:35 +02:00 committed by GitHub
commit f4ae5984a2
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 // Get kiwixlib online if it is not populated locally
if (!shouldUseLocalVersion()) { if (!shouldUseLocalVersion()) {
implementation 'org.kiwix.kiwixlib:kiwixlib:6.0.2' implementation 'org.kiwix.kiwixlib:kiwixlib:6.0.3'
} else { } else {
implementation 'com.getkeepsafe.relinker:relinker:1.3.1' implementation 'com.getkeepsafe.relinker:relinker:1.3.1'
implementation fileTree(include: ['*.aar'], dir: 'libs') implementation fileTree(include: ['*.aar'], dir: 'libs')