Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' of github.com:flutter/packages into dependabot/gr…
…adle/packages/webview_flutter/webview_flutter_android/android/androidx.annotation-annotation-1.8.0
  • Loading branch information
bparrishMines committed Jul 31, 2024
commit 5d7d14e34f088bbd0dbed44a4f6f3d6872b36d59
19 changes: 18 additions & 1 deletion packages/webview_flutter/webview_flutter_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
## 3.16.2
## 3.16.6

* Bumps androidx.annotation:annotation from 1.7.1 to 1.8.0.

## 3.16.5

* Updates lint checks to ignore NewerVersionAvailable.

## 3.16.4

* Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
* Removes support for apps using the v1 Android embedding.

## 3.16.3

* Bumps androidx.webkit:webkit from 1.10.0 to 1.11.0.

## 3.16.2

* Bumps androidx.webkit:webkit from 1.7.0 to 1.10.0.
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.

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

dependencies {
implementation 'androidx.annotation:annotation:1.8.0'
implementation 'androidx.webkit:webkit:1.7.0'
implementation 'androidx.webkit:webkit:1.11.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.16.2
version: 3.16.6

environment:
sdk: ^3.4.0
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.