We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd9980 commit e74def5Copy full SHA for e74def5
packages/webview_flutter/webview_flutter_android/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## NEXT
2
+
3
+* Bumps androidx.webkit:webkit from 1.6.0 to 1.6.1.
4
5
## 3.4.5
6
7
* Removes unused internal `WebView` field and Java class.
packages/webview_flutter/webview_flutter_android/android/build.gradle
@@ -38,7 +38,7 @@ android {
38
39
dependencies {
40
implementation 'androidx.annotation:annotation:1.5.0'
41
- implementation 'androidx.webkit:webkit:1.6.0'
+ implementation 'androidx.webkit:webkit:1.6.1'
42
testImplementation 'junit:junit:4.13.2'
43
testImplementation 'org.mockito:mockito-inline:5.1.0'
44
testImplementation 'androidx.test:core:1.3.0'
0 commit comments