From fd17ee2beaf7181a93f1b75ef5bb88493110e56c Mon Sep 17 00:00:00 2001 From: Andreas Stefl Date: Sun, 20 Sep 2026 17:09:22 +0200 Subject: [PATCH] Take core 7.2.1, where a pdf's selection keeps both its handles 7.2.0 gave the `::selection` rules a background of their own, and it was opaque, so selecting a word in a pdf hid it. The selection layer's runs also clipped the text that overflowed them, and a webview draws no handle for an end it cannot see, so marking a run left one handle. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01FJJdfqpnVCKBNHXjAVxSou --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1478d1e0cc70..c21f1aa21958 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 = "7.2.0" +odrCore = "7.2.1" androidxAnnotation = "1.10.0" androidxAppcompat = "1.8.0"