Bump kiwixlib version

This commit is contained in:
mhutti1 2017-07-27 21:50:29 +01:00 committed by Isaac Hutt
parent 552c3eda49
commit 91972ef941

View File

@ -33,7 +33,7 @@ dependencies {
// Get kiwixlib online if it is not populated locally
if (file("../kiwixlib/src/main").list().length == 1) {
compile 'org.kiwix.kiwixlib:kiwixlib:0.0.4'
compile 'org.kiwix.kiwixlib:kiwixlib:0.0.6'
} else {
compile project(':kiwixlib')
archs = file("../kiwixlib/src/main/jniLibs").list()