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 +6
-2
lines changed
packages/webview_flutter/webview_flutter_android Expand file tree Collapse file tree 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+
15## 2.8.13
26
37* 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 {
3535 }
3636
3737 dependencies {
38- implementation ' androidx.annotation:annotation:1.0 .0'
38+ implementation ' androidx.annotation:annotation:1.4 .0'
3939 implementation ' androidx.webkit:webkit:1.0.0'
4040 testImplementation ' junit:junit:4.12'
4141 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
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.13
5+ version : 2.8.14
66
77environment :
88 sdk : " >=2.14.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments