Skip to content

Commit

Permalink
[webview]: Bump androidx.webkit:webkit from 1.5.0 to 1.6.0 in /packag…
Browse files Browse the repository at this point in the history
…es/webview_flutter/webview_flutter_android/android (flutter#3243)

[webview]: Bump androidx.webkit:webkit from 1.5.0 to 1.6.0 in /packages/webview_flutter/webview_flutter_android/android
  • Loading branch information
dependabot[bot] committed Mar 3, 2023
1 parent 2f21321 commit da635f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## NEXT
## 3.3.2

* Updates compileSdkVersion to 33.
* Bumps androidx.webkit:webkit from 1.5.0 to 1.6.0.

## 3.3.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {

dependencies {
implementation 'androidx.annotation:annotation:1.5.0'
implementation 'androidx.webkit:webkit:1.5.0'
implementation 'androidx.webkit:webkit:1.6.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-inline:5.1.0'
testImplementation 'androidx.test:core:1.3.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: webview_flutter_android
description: A Flutter plugin that provides a WebView widget on Android.
repository: https://github.com/flutter/packages/tree/main/packages/webview_flutter/webview_flutter_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+webview%22
version: 3.3.1
version: 3.3.2

environment:
sdk: ">=2.17.0 <3.0.0"
Expand Down

0 comments on commit da635f0

Please sign in to comment.