mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 12:03:09 -04:00
Merge pull request #1459 from kiwix/move-to-kiwixlib-6.0.4
Use Kiwix library 6.0.4
This commit is contained in:
commit
b6d404c3b3
@ -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.3'
|
implementation 'org.kiwix.kiwixlib:kiwixlib:6.0.4'
|
||||||
} 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')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user