From ce4e92126484a524e114d778d4d31379950e44dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 08:10:01 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.7.1 to 1.8.1 Bumps androidx.annotation:annotation from 1.7.1 to 1.8.1. --- 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..7239cf6 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.1") implementation("com.google.crypto.tink:tink-android:1.13.0") // Tests