From 5e2b9f7af227b0f714123f14a442eea27cab2934 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 08:11:14 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.7.1 to 1.8.2 Bumps androidx.annotation:annotation from 1.7.1 to 1.8.2. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index f1fdb48..d9b7cd7 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -44,7 +44,7 @@ android { } dependencies { - implementation("androidx.annotation:annotation:1.7.1") + implementation("androidx.annotation:annotation:1.8.2") implementation("com.google.crypto.tink:tink-android:1.13.0") // Tests