This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
packages/webview_flutter/webview_flutter_android Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- ## NEXT
1
+ ## 2.10.4
2
2
3
3
* Updates code for ` no_leading_underscores_for_local_identifiers ` lint.
4
+ * Bumps androidx.annotation from 1.4.0 to 1.5.0.
4
5
5
6
## 2.10.3
6
7
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ android {
35
35
}
36
36
37
37
dependencies {
38
- implementation ' androidx.annotation:annotation:1.4 .0'
38
+ implementation ' androidx.annotation:annotation:1.5 .0'
39
39
implementation ' androidx.webkit:webkit:1.5.0'
40
40
testImplementation ' junit:junit:4.13.2'
41
41
testImplementation ' org.mockito:mockito-inline:4.8.0'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: webview_flutter_android
2
2
description : A Flutter plugin that provides a WebView widget on Android.
3
3
repository : https://github.com/flutter/plugins/tree/main/packages/webview_flutter/webview_flutter_android
4
4
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
6
6
7
7
environment :
8
8
sdk : " >=2.14.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments