From eba5021e4922739e8ee1ca814a0c9d185afee489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 08:35:22 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.1.0 to 1.7.0 Bumps androidx.annotation:annotation from 1.1.0 to 1.7.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 13a26cf5..f3517eb2 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.4.0" } android-multidex = { module = "com.android.support:multidex", version = "1.0.3" } android-plugin = { module = "com.android.tools.build:gradle", version = "8.1.1" } -androidx-annotations = { module = "androidx.annotation:annotation", version = "1.1.0" } +androidx-annotations = { module = "androidx.annotation:annotation", version = "1.7.0" } androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" } androidx-compose = { module = "androidx.activity:activity-compose", version = "1.4.0" } androidx-constraintLayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" }