mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-17 11:25:34 -04:00
Use libkiwix 8.0.1
This commit is contained in:
parent
78b25e762e
commit
ea79f34eea
@ -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:7.0.0'
|
implementation 'org.kiwix.kiwixlib:kiwixlib:8.0.1'
|
||||||
} 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