mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-17 03:16:27 -04:00
Merge pull request #3867 from kiwix/use_java_libkiwix_2.2.0
Use java-libkiwix `2.2.0`
This commit is contained in:
commit
42f20ea8da
@ -86,7 +86,7 @@ object Versions {
|
|||||||
|
|
||||||
const val core_ktx: String = "1.9.0"
|
const val core_ktx: String = "1.9.0"
|
||||||
|
|
||||||
const val libkiwix: String = "2.1.1"
|
const val libkiwix: String = "2.2.0"
|
||||||
|
|
||||||
const val material: String = "1.8.0"
|
const val material: String = "1.8.0"
|
||||||
|
|
||||||
|
@ -56,7 +56,10 @@ dependencies {
|
|||||||
|
|
||||||
// Get kiwixlib online if it is not populated locally
|
// Get kiwixlib online if it is not populated locally
|
||||||
if (!shouldUseLocalVersion()) {
|
if (!shouldUseLocalVersion()) {
|
||||||
api(Libs.libkiwix)
|
api(Libs.libkiwix) {
|
||||||
|
// TODO Should be removed after we upgrade to the SDK 34
|
||||||
|
exclude("org.jetbrains.kotlin", "kotlin-stdlib")
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
implementation("com.getkeepsafe.relinker:relinker:1.4.5")
|
implementation("com.getkeepsafe.relinker:relinker:1.4.5")
|
||||||
api(fileTree(mapOf("include" to "*.aar", "dir" to "libs")))
|
api(fileTree(mapOf("include" to "*.aar", "dir" to "libs")))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user