Fix: Crash in BookInfo.
This commit is contained in:
parent
85cf299bcc
commit
75587b46aa
2 changed files with 19 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue