Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 3a928b8

Browse files
[webview]: Bump annotation from 1.4.0 to 1.5.0 in /packages/webview_flutter/webview_flutter_android/android (#6488)
1 parent 221548f commit 3a928b8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

packages/webview_flutter/webview_flutter_android/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## NEXT
1+
## 2.10.4
22

33
* Updates code for `no_leading_underscores_for_local_identifiers` lint.
4+
* Bumps androidx.annotation from 1.4.0 to 1.5.0.
45

56
## 2.10.3
67

packages/webview_flutter/webview_flutter_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ android {
3535
}
3636

3737
dependencies {
38-
implementation 'androidx.annotation:annotation:1.4.0'
38+
implementation 'androidx.annotation:annotation:1.5.0'
3939
implementation 'androidx.webkit:webkit:1.5.0'
4040
testImplementation 'junit:junit:4.13.2'
4141
testImplementation 'org.mockito:mockito-inline:4.8.0'

packages/webview_flutter/webview_flutter_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.10.3
5+
version: 2.10.4
66

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

0 commit comments

Comments
 (0)