diff --git a/app/build.gradle b/app/build.gradle index 4f135ebe9..78ca78e47 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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()