From 550c1a315ade5a6cbbd799c24688aac398b27c91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 17:21:23 +0300 Subject: [PATCH] chore(deps): bump androidx.annotation:annotation from 1.8.1 to 1.8.2 in /packages/android_intent_plus/android (#3211) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/android_intent_plus/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/android_intent_plus/android/build.gradle b/packages/android_intent_plus/android/build.gradle index 4f2795ba80..fcc7295eb0 100644 --- a/packages/android_intent_plus/android/build.gradle +++ b/packages/android_intent_plus/android/build.gradle @@ -46,7 +46,7 @@ android { } dependencies { - implementation 'androidx.annotation:annotation:1.8.1' + implementation 'androidx.annotation:annotation:1.8.2' testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:5.13.0' testImplementation 'androidx.test:core:1.6.1'