Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
[webview]: Bump annotation from 1.4.0 to 1.5.0 in /packages/webview_f…
Browse files Browse the repository at this point in the history
…lutter/webview_flutter_android/android (#6488)
  • Loading branch information
dependabot[bot] authored Oct 4, 2022
1 parent 221548f commit 3a928b8
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
## 2.10.4

* Updates code for `no_leading_underscores_for_local_identifiers` lint.
* Bumps androidx.annotation from 1.4.0 to 1.5.0.

## 2.10.3

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.4.0'
implementation 'androidx.annotation:annotation:1.5.0'
implementation 'androidx.webkit:webkit:1.5.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-inline:4.8.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/plugins/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: 2.10.3
version: 2.10.4

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

0 comments on commit 3a928b8

Please sign in to comment.