From 835d522a980ec8235cad0ac0822bfe7ef5df59a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 18:08:45 +0000 Subject: [PATCH] Update dependency androidx.annotation:annotation to v1.8.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index df358e41..129cc0fb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -79,7 +79,7 @@ dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation platform('org.jetbrains.kotlin:kotlin-bom:1.9.24') implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1' - implementation 'androidx.annotation:annotation:1.7.1' + implementation 'androidx.annotation:annotation:1.8.0' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4'