From 1b31a075f14a4265eadd98e76488cf731c351653 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 21:22:41 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.7.1 to 1.8.0 Bumps androidx.annotation:annotation from 1.7.1 to 1.8.0. --- updated-dependencies: - dependency-name: androidx.annotation:annotation 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 bd643b1a..80d5ee43 100644 --- a/pdf2htmlEX/build.gradle +++ b/pdf2htmlEX/build.gradle @@ -61,7 +61,7 @@ android { } dependencies { - implementation 'androidx.annotation:annotation:1.7.1' + implementation 'androidx.annotation:annotation:1.8.0' implementation 'com.getkeepsafe.relinker:relinker:1.4.5' implementation 'com.viliussutkus89:tmpfile-android:3.0.5' implementation 'com.viliussutkus89:fontconfig-android-translator:1.0.2'