Use Kiwix library 6.0.4

This commit is contained in:
Kelson 2019-09-11 07:33:49 +02:00
parent e09d90ebd6
commit 6d386dc6f6

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