From 74570a3dfdde8587b66f4e9317decd069f723cb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:14:15 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.8.2 to 1.9.0 Bumps androidx.annotation:annotation from 1.8.2 to 1.9.0. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-minor ... 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 c244192c..a41caa72 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ android = { module = "com.google.android:android", version.ref = "android" } android-material = { module = "com.google.android.material:material", version = "1.12.0" } android-multidex = { module = "com.android.support:multidex", version = "1.0.3" } android-plugin = { module = "com.android.tools.build:gradle", version = "8.7.0" } -androidx-annotations = { module = "androidx.annotation:annotation", version = "1.8.2" } +androidx-annotations = { module = "androidx.annotation:annotation", version = "1.9.0" } androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" } androidx-compose = { module = "androidx.activity:activity-compose", version = "1.9.3" } androidx-constraintLayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" }