From 01c7c97c1d14979cba689605e2ea0643635f6581 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 08:11:34 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.7.0 to 1.7.1 Bumps androidx.annotation:annotation from 1.7.0 to 1.7.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 0142ee45..d34bbf2e 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.10.0" } android-multidex = { module = "com.android.support:multidex", version = "1.0.3" } android-plugin = { module = "com.android.tools.build:gradle", version = "8.2.0" } -androidx-annotations = { module = "androidx.annotation:annotation", version = "1.7.0" } +androidx-annotations = { module = "androidx.annotation:annotation", version = "1.7.1" } androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" } androidx-compose = { module = "androidx.activity:activity-compose", version = "1.8.1" } androidx-constraintLayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" }