File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
packages/webview_flutter/webview_flutter_android Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
* Adds Android implementation of the new webview_flutter_platform_interface (v4).
4
4
5
+ ## 2.8.12
6
+
7
+ * Bumps mockito-inline from 3.11.1 to 4.6.1.
8
+
5
9
## 2.8.11
6
10
7
11
* 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 {
38
38
implementation ' androidx.annotation:annotation:1.0.0'
39
39
implementation ' androidx.webkit:webkit:1.0.0'
40
40
testImplementation ' junit:junit:4.12'
41
- testImplementation ' org.mockito:mockito-inline:3.11 .1'
41
+ testImplementation ' org.mockito:mockito-inline:4.6 .1'
42
42
testImplementation ' androidx.test:core:1.3.0'
43
43
}
44
44
You can’t perform that action at this time.
0 commit comments