Skip to content

Commit 6828aaa

Browse files
[webview_flutter] Update compileSdk to 34 (flutter#6106)
Makes this plugin's compile SDK consistent with the rest of the repository.
1 parent d1f1f0f commit 6828aaa

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
@@ -1,3 +1,7 @@
1+
## NEXT
2+
3+
* Updates compileSdk to 34.
4+
15
## 3.15.0
26

37
* Adds support for `setOnScrollPositionChange` method to the `AndroidWebViewController`.

packages/webview_flutter/webview_flutter_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626
if (project.android.hasProperty("namespace")) {
2727
namespace 'io.flutter.plugins.webviewflutter'
2828
}
29-
compileSdk 33
29+
compileSdk 34
3030

3131
defaultConfig {
3232
minSdkVersion 19

0 commit comments

Comments
 (0)