From e0f522b2ade50647bb68ac3db7286037f3131c87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 03:38:16 +0000 Subject: [PATCH] Update dependency androidx.annotation:annotation to v1.7.1 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index b0f554661e..71202a5460 100644 --- a/settings.gradle +++ b/settings.gradle @@ -74,7 +74,7 @@ dependencyResolutionManagement { library('android-gradle', 'com.android.tools.build:gradle:8.1.1') library('androidx-cardview', 'androidx.cardview:cardview:1.0.0') library('androidx-core', 'androidx.core:core:1.12.0') - library('androidx-annotation', 'androidx.annotation:annotation:1.6.0') + library('androidx-annotation', 'androidx.annotation:annotation:1.7.1') library('androidx-appcompat', 'androidx.appcompat:appcompat:1.6.1') library('androidx-benchmark.gradle', 'androidx.benchmark', 'benchmark-gradle-plugin').versionRef('androidx-benchmark') library('androidx-benchmark.junit', 'androidx.benchmark', 'benchmark-junit4').versionRef('androidx-benchmark')