From 97613581a2362bb412d8af808d0b18c9098280e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 14:47:26 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.9.1 to 1.10.0 Bumps androidx.annotation:annotation from 1.9.1 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] --- pdfview-android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdfview-android/build.gradle b/pdfview-android/build.gradle index fa55474..b9eff3e 100644 --- a/pdfview-android/build.gradle +++ b/pdfview-android/build.gradle @@ -22,5 +22,5 @@ android { } dependencies { - implementation 'androidx.annotation:annotation:1.9.1' + implementation 'androidx.annotation:annotation:1.10.0' } \ No newline at end of file