mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
Upgrading libkiwix to 1.0.1
This commit is contained in:
parent
35830aa49c
commit
8c466467c9
@ -86,7 +86,7 @@ object Versions {
|
||||
|
||||
const val core_ktx: String = "1.3.2"
|
||||
|
||||
const val libkiwix: String = "1.0.0"
|
||||
const val libkiwix: String = "1.0.1"
|
||||
|
||||
const val material: String = "1.2.1"
|
||||
|
||||
|
@ -57,7 +57,7 @@ data class LibkiwixBookmarkItem(
|
||||
zimFileReader: ZimFileReader,
|
||||
libKiwixBook: Book
|
||||
) : this(
|
||||
zimFilePath = zimFileReader.zimFile.canonicalPath,
|
||||
zimFilePath = zimFileReader.zimFile?.canonicalPath,
|
||||
zimId = libKiwixBook.id,
|
||||
zimName = libKiwixBook.name,
|
||||
bookmarkUrl = articleUrl,
|
||||
|
Loading…
x
Reference in New Issue
Block a user