From 71d3a70af0b6e1b443d12e1437c1e9183c386ddf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 17:02:26 +0000 Subject: [PATCH] [webview]: Bump androidx.annotation:annotation Bumps androidx.annotation:annotation from 1.0.0 to 1.6.0. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../webview_flutter_android/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/webview_flutter/webview_flutter_android/android/build.gradle b/packages/webview_flutter/webview_flutter_android/android/build.gradle index c7c6d992c823..e75d0ad10ec1 100644 --- a/packages/webview_flutter/webview_flutter_android/android/build.gradle +++ b/packages/webview_flutter/webview_flutter_android/android/build.gradle @@ -35,7 +35,7 @@ android { } dependencies { - implementation 'androidx.annotation:annotation:1.0.0' + implementation 'androidx.annotation:annotation:1.6.0' implementation 'androidx.webkit:webkit:1.0.0' testImplementation 'junit:junit:4.12' testImplementation 'org.mockito:mockito-inline:4.6.1'