Skip to content

Commit

Permalink
Merge pull request #4190 from kiwix/Fixes#3956
Browse files Browse the repository at this point in the history
Using java-libkiwix `2.2.4` to fix native crashes happens while getting the `getEntryByPath`, and `getData()` methods.
  • Loading branch information
kelson42 authored Jan 28, 2025
2 parents 773de4b + 2746533 commit 31f95fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ object Versions {

const val androidx_activity: String = "1.9.3"

const val libkiwix: String = "2.2.3"
const val libkiwix: String = "2.2.4"

const val material: String = "1.12.0"

Expand Down

0 comments on commit 31f95fc

Please sign in to comment.