#1259 update to latest library

This commit is contained in:
Sean Mac Gillicuddy 2019-08-07 13:19:42 +01:00
parent ce97adc7ee
commit 43305738e5
4 changed files with 1 additions and 38 deletions

View File

@ -48,13 +48,7 @@ String[] archs = ['arm64-v8a', 'armeabi-v7a', 'x86', 'x86_64']
dependencies {
// use jdk8 java.time backport, as long app < Build.VERSION_CODES.O
implementation("com.jakewharton.threetenabp:threetenabp:1.1.1")
// Get kiwixlib online if it is not populated locally
if (file("../kiwixlib/src/main").list().length == 1) {
implementation 'org.kiwix.kiwixlib:kiwixlib:1.0.12'
} else {
implementation project(":kiwixlib")
archs = file("../kiwixlib/src/main/jniLibs").list()
}
implementation 'org.kiwix.kiwixlib:kiwixlib:5.2.0'
// Android Support
implementation "androidx.appcompat:appcompat:$appCompatVersion"

View File

@ -1,24 +0,0 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 28
defaultConfig {
minSdkVersion 15
targetSdkVersion 28
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
androidTestImplementation("androidx.test.espresso:espresso-core:$espressoVersion")
testImplementation "junit:junit:$jUnitVersion"
}

View File

View File

@ -1,7 +0,0 @@
<manifest package="kiwix.org.kiwixlib">
<application>
</application>
</manifest>