Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ takes 500 characters, so not everything here reaches the store.
- More of a PDF's writing shows: text the file places with nothing in between
was dropped and now appears.
- More PDFs open at all, including files whose writing nests brackets inside it.
- Pictures in a Word or Excel document appear, instead of a broken-image mark
where each one should be.

## 4.16.0

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ googleJavaFormat = "1.35.0"
ktfmt = "0.64"

# odrcore's JNI bindings, java and native in one AAR, published from OpenDocument.core
odrCore = "6.10.0"
odrCore = "6.10.1"

androidxAnnotation = "1.10.0"
androidxAppcompat = "1.7.1"
Expand Down