From 1f80241a41df4c9ce042363cae043e2b1b985d46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 21:03:13 +0200 Subject: [PATCH] Bump androidx.annotation:annotation from 1.7.1 to 1.8.0 (#151) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5d2cf55..660c604 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ composeVersion = "1.6.7" [libraries] -android-annotation = "androidx.annotation:annotation:1.7.1" +android-annotation = "androidx.annotation:annotation:1.8.0" android-compose-runtime = { module = "androidx.compose.runtime:runtime", version.ref = "composeVersion" } android-compose-ui = { module = "androidx.compose.ui:ui", version.ref = "composeVersion" } tools-android-compose = "androidx.compose.compiler:compiler:1.5.12"