diff --git a/CHANGELOG.md b/CHANGELOG.md index 544fb0d4187d..e89299f7dbb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index eb6a48a58e41..d5413e2a6fc8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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"