diff --git a/app/build.gradle b/app/build.gradle index fd3df6a8b..bc994ff6d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ dependencies { // Get kiwixlib online if it is not populated locally if (file("../kiwixlib/src/main").list().length == 1) { - implementation 'org.kiwix.kiwixlib:kiwixlib:1.0.8' + implementation 'org.kiwix.kiwixlib:kiwixlib:1.0.11' } else { implementation project(':kiwixlib') archs = file("../kiwixlib/src/main/jniLibs").list() @@ -390,4 +390,4 @@ testdroid { fullRunConfig { instrumentationRunner = "android.support.test.runner.AndroidJUnitRunner" } -} \ No newline at end of file +}