mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-18 11:55:38 -04:00
Bump kiwixlib version
This commit is contained in:
parent
b3ff110314
commit
d214ff9450
@ -36,7 +36,7 @@ dependencies {
|
|||||||
|
|
||||||
// Get kiwixlib online if it is not populated locally
|
// Get kiwixlib online if it is not populated locally
|
||||||
if (file("../kiwixlib/src/main").list().length == 1) {
|
if (file("../kiwixlib/src/main").list().length == 1) {
|
||||||
compile 'org.kiwix.kiwixlib:kiwixlib:0.0.6'
|
compile 'org.kiwix.kiwixlib:kiwixlib:0.1.0'
|
||||||
} else {
|
} else {
|
||||||
compile project(':kiwixlib')
|
compile project(':kiwixlib')
|
||||||
archs = file("../kiwixlib/src/main/jniLibs").list()
|
archs = file("../kiwixlib/src/main/jniLibs").list()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user