This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
packages/webview_flutter/webview_flutter_android Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 2.8.12
2+
3+ * Bumps mockito-inline from 3.11.1 to 4.6.1.
4+
15## 2.8.11
26
37* Ignores unnecessary import warnings in preparation for [ upcoming Flutter changes] ( https://github.com/flutter/flutter/pull/104231 ) .
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ android {
3838 implementation ' androidx.annotation:annotation:1.0.0'
3939 implementation ' androidx.webkit:webkit:1.0.0'
4040 testImplementation ' junit:junit:4.12'
41- testImplementation ' org.mockito:mockito-inline:3.11 .1'
41+ testImplementation ' org.mockito:mockito-inline:4.6 .1'
4242 testImplementation ' androidx.test:core:1.3.0'
4343 }
4444
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: webview_flutter_android
22description : A Flutter plugin that provides a WebView widget on Android.
33repository : https://github.com/flutter/plugins/tree/main/packages/webview_flutter/webview_flutter_android
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+webview%22
5- version : 2.8.11
5+ version : 2.8.12
66
77environment :
88 sdk : " >=2.14.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments