From 2d23746b4a50c7f0127036e6c8abd6f6b1b78af5 Mon Sep 17 00:00:00 2001 From: "playground-manager[bot]" <126197455+playground-manager[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 06:01:45 +0000 Subject: [PATCH] fix(deps): update dependency androidx.annotation:annotation to v1.8.1 --- 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 edcf959d8..d2babfa6a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -24,7 +24,7 @@ slack-circuit = "0.22.2" ajalt-clikt = "com.github.ajalt.clikt:clikt:4.4.0" androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" } -androidx-annotation = "androidx.annotation:annotation:1.8.0" +androidx-annotation = "androidx.annotation:annotation:1.8.1" androidx-core-splashscreen = "androidx.core:core-splashscreen:1.0.1" androidx-credentials-auth = "androidx.credentials:credentials-play-services-auth:1.2.2" androidx-paging-common = { module = "androidx.paging:paging-common", version.ref = "androidx-paging" }