mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
#1259 update to latest library
This commit is contained in:
parent
ce97adc7ee
commit
43305738e5
@ -48,13 +48,7 @@ String[] archs = ['arm64-v8a', 'armeabi-v7a', 'x86', 'x86_64']
|
|||||||
dependencies {
|
dependencies {
|
||||||
// use jdk8 java.time backport, as long app < Build.VERSION_CODES.O
|
// use jdk8 java.time backport, as long app < Build.VERSION_CODES.O
|
||||||
implementation("com.jakewharton.threetenabp:threetenabp:1.1.1")
|
implementation("com.jakewharton.threetenabp:threetenabp:1.1.1")
|
||||||
// Get kiwixlib online if it is not populated locally
|
implementation 'org.kiwix.kiwixlib:kiwixlib:5.2.0'
|
||||||
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()
|
|
||||||
}
|
|
||||||
|
|
||||||
// Android Support
|
// Android Support
|
||||||
implementation "androidx.appcompat:appcompat:$appCompatVersion"
|
implementation "androidx.appcompat:appcompat:$appCompatVersion"
|
||||||
|
@ -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"
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
<manifest package="kiwix.org.kiwixlib">
|
|
||||||
|
|
||||||
<application>
|
|
||||||
|
|
||||||
</application>
|
|
||||||
|
|
||||||
</manifest>
|
|
Loading…
x
Reference in New Issue
Block a user