From ac03df96fac7bdf6dcac5f47c6cb214c0bd84d92 Mon Sep 17 00:00:00 2001 From: Stuart Morgan Date: Mon, 12 Feb 2024 13:45:32 -0500 Subject: [PATCH] [webview_flutter] Update compileSdk to 34 Makes this plugin's compile SDK consistent with the rest of the repository. --- packages/webview_flutter/webview_flutter_android/CHANGELOG.md | 4 ++++ .../webview_flutter_android/android/build.gradle | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/webview_flutter/webview_flutter_android/CHANGELOG.md b/packages/webview_flutter/webview_flutter_android/CHANGELOG.md index 3250aff7b70..1ab762438a9 100644 --- a/packages/webview_flutter/webview_flutter_android/CHANGELOG.md +++ b/packages/webview_flutter/webview_flutter_android/CHANGELOG.md @@ -1,3 +1,7 @@ +## NEXT + +* Updates compileSdk to 34. + ## 3.14.0 * Adds support to show JavaScript dialog. See `AndroidWebViewController.setOnJavaScriptAlertDialog`, `AndroidWebViewController.setOnJavaScriptConfirmDialog` and `AndroidWebViewController.setOnJavaScriptTextInputDialog`. diff --git a/packages/webview_flutter/webview_flutter_android/android/build.gradle b/packages/webview_flutter/webview_flutter_android/android/build.gradle index 76b56e0d2a6..1f6e33e5af6 100644 --- a/packages/webview_flutter/webview_flutter_android/android/build.gradle +++ b/packages/webview_flutter/webview_flutter_android/android/build.gradle @@ -26,7 +26,7 @@ android { if (project.android.hasProperty("namespace")) { namespace 'io.flutter.plugins.webviewflutter' } - compileSdk 33 + compileSdk 34 defaultConfig { minSdkVersion 19