From 435acf8180f8666e99adf1b122b8e420183ae55e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 23:34:11 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.6.0 to 1.7.0 Bumps androidx.annotation:annotation from 1.6.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 250a2a7..7eabaaa 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ androidx-navigation = "2.7.1" [libraries] androidx-core = "androidx.core:core-ktx:1.12.0" androidx-appcompat = "androidx.appcompat:appcompat:1.6.1" -androidx-annotation = "androidx.annotation:annotation:1.6.0" +androidx-annotation = "androidx.annotation:annotation:1.7.0" androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4" 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" }