mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -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 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"
|
const val material: String = "1.2.1"
|
||||||
|
|
||||||
|
@ -57,7 +57,7 @@ data class LibkiwixBookmarkItem(
|
|||||||
zimFileReader: ZimFileReader,
|
zimFileReader: ZimFileReader,
|
||||||
libKiwixBook: Book
|
libKiwixBook: Book
|
||||||
) : this(
|
) : this(
|
||||||
zimFilePath = zimFileReader.zimFile.canonicalPath,
|
zimFilePath = zimFileReader.zimFile?.canonicalPath,
|
||||||
zimId = libKiwixBook.id,
|
zimId = libKiwixBook.id,
|
||||||
zimName = libKiwixBook.name,
|
zimName = libKiwixBook.name,
|
||||||
bookmarkUrl = articleUrl,
|
bookmarkUrl = articleUrl,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user