From 9c271676f50ef60efe6f5e8cfdfb0660e8bd0141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:39:10 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.8.2 to 1.10.0 Bumps androidx.annotation:annotation from 1.8.2 to 1.10.0. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pdf2htmlEX/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdf2htmlEX/build.gradle b/pdf2htmlEX/build.gradle index d03cf2dd..059db14f 100644 --- a/pdf2htmlEX/build.gradle +++ b/pdf2htmlEX/build.gradle @@ -83,7 +83,7 @@ afterEvaluate { } dependencies { - implementation 'androidx.annotation:annotation:1.8.2' + implementation 'androidx.annotation:annotation:1.10.0' implementation 'com.getkeepsafe.relinker:relinker:1.4.5' implementation 'com.viliussutkus89:fontconfig-android-translator:1.0.2' implementation 'com.viliussutkus89:assetextractor-android:1.3.3'