Commit db5f5e4 2 people authored and committed
1 parent 59b4778 commit db5f5e4 Copy full SHA for db5f5e4
File tree 3 files changed +6
-2
lines changed
packages/webview_flutter/webview_flutter_android
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.8.14
2
+
3
+ * Bumps androidx.annotation from 1.0.0 to 1.4.0.
4
+
1
5
## 2.8.13
2
6
3
7
* Fixes a bug which causes an exception when the ` onNavigationRequestCallback ` return ` false ` .
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.0 .0'
38
+ implementation ' androidx.annotation:annotation:1.4 .0'
39
39
implementation ' androidx.webkit:webkit:1.0.0'
40
40
testImplementation ' junit:junit:4.12'
41
41
testImplementation ' org.mockito:mockito-inline:4.6.1'
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.8.13
5
+ version : 2.8.14
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