Bump kiwix-lib version

This commit is contained in:
Isaac Hutt 2018-08-06 19:59:56 +01:00 committed by GitHub
parent 0967e2981a
commit aeec1b3cb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
}
}