From 9f7b705052ac2f6aec372af840ce25be5b23bc85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 07:17:25 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.5.0 to 1.7.1 Bumps androidx.annotation:annotation from 1.5.0 to 1.7.1. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 88678bd..a9ff51a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -49,7 +49,7 @@ dependencies { implementation("androidx.recyclerview:recyclerview:1.3.1") implementation("androidx.browser:browser:1.6.0") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4") - implementation("androidx.annotation:annotation:1.5.0") + implementation("androidx.annotation:annotation:1.7.1") testImplementation("junit:junit:4.13.2") androidTestImplementation("androidx.test.ext:junit:1.1.5") androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")