Skip to content

Commit 9c481a4

Browse files
dependabot[bot]mvanbeusekom
authored andcommitted
[webview]: Bump gradle from 3.3.0 to 7.2.1 in /packages/webview_flutter/webview_flutter_android/android (flutter#5842)
1 parent de3d1aa commit 9c481a4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/webview_flutter/webview_flutter_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
* Adds Android implementation of the new webview_flutter_platform_interface (v4).
44

5+
## 2.8.9
6+
7+
* Updates Gradle to 7.2.1.
8+
59
## 2.8.8
610

711
* Minor fixes for new analysis options.

packages/webview_flutter/webview_flutter_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:3.3.0'
11+
classpath 'com.android.tools.build:gradle:7.2.1'
1212
}
1313
}
1414

0 commit comments

Comments
 (0)