Skip to content

Commit 5192cfe

Browse files
dependabot[bot]bparrishMines
authored andcommitted
[webview]: Bump annotation from 1.0.0 to 1.4.0 in /packages/webview_flutter/webview_flutter_android/android (flutter#5992)
* [webview]: Bump annotation Bumps annotation from 1.0.0 to 1.4.0. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * version bump Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maurice Parrish <[email protected]>
1 parent fd68e20 commit 5192cfe

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/webview_flutter/webview_flutter_android/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.8.14
2+
3+
* Bumps androidx.annotation from 1.0.0 to 1.4.0.
4+
15
## 2.8.13
26

37
* Fixes a bug which causes an exception when the `onNavigationRequestCallback` return `false`.

packages/webview_flutter/webview_flutter_android/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ android {
3535
}
3636

3737
dependencies {
38-
implementation 'androidx.annotation:annotation:1.0.0'
38+
implementation 'androidx.annotation:annotation:1.4.0'
3939
implementation 'androidx.webkit:webkit:1.0.0'
4040
testImplementation 'junit:junit:4.12'
4141
testImplementation 'org.mockito:mockito-inline:4.6.1'

packages/webview_flutter/webview_flutter_android/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: webview_flutter_android
22
description: A Flutter plugin that provides a WebView widget on Android.
33
repository: https://github.com/flutter/plugins/tree/main/packages/webview_flutter/webview_flutter_android
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+webview%22
5-
version: 2.8.13
5+
version: 2.8.14
66

77
environment:
88
sdk: ">=2.14.0 <3.0.0"

0 commit comments

Comments
 (0)