From 934bad73ab6058d642ebb261bdaa56d3f60a7c5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 23:17:19 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.9.0 to 1.9.1 Bumps androidx.annotation:annotation from 1.9.0 to 1.9.1. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 37ff0a5..17c0014 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ androidx-navigation = "2.8.3" [libraries] androidx-core = "androidx.core:core-ktx:1.13.1" androidx-appcompat = "androidx.appcompat:appcompat:1.7.0" -androidx-annotation = "androidx.annotation:annotation:1.9.0" +androidx-annotation = "androidx.annotation:annotation:1.9.1" androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.0" androidx-livedata = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "androidx-lifecycle" } androidx-navigation-fragment = { module = "androidx.navigation:navigation-fragment-ktx", version.ref = "androidx-navigation" }