Fix: Crash in BookInfo.

This commit is contained in:
acclorite 2024-08-07 19:10:19 +03:00
parent 85cf299bcc
commit 75587b46aa
2 changed files with 19 additions and 1 deletions

View file

@ -76,6 +76,7 @@ android {
aboutLibraries {
registerAndroidTasks = false
prettyPrint = true
gitHubApiToken = gradleLocalProperties(rootDir, providers)["github-key"] as? String
filterVariants = arrayOf("debug", "release", "release-debug")
@ -136,7 +137,6 @@ dependencies {
// Epub parser
implementation("com.positiondev.epublib:epublib-core:3.1") {
exclude("org.slf4j")
exclude("xmlpull")
}
implementation("org.jsoup:jsoup:1.18.1")

View file

@ -2856,6 +2856,24 @@
"name": "Jonathan Hedley"
}
},
{
"uniqueId": "org.slf4j:slf4j-api",
"developers": [],
"artifactVersion": "1.7.36",
"scm": {
"connection": "git@github.com:qos-ch/slf4j.git",
"url": "https://github.com/qos-ch/slf4j"
},
"name": "SLF4J API Module",
"website": "http://www.slf4j.org",
"licenses": [
"MIT"
],
"organization": {
"url": "http://www.qos.ch",
"name": "QOS.ch"
}
},
{
"uniqueId": "sh.calvin.reorderable:reorderable-android",
"developers": [