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
Next Next commit
[webview_flutter] Update compileSdk to 34
Makes this plugin's compile SDK consistent with the rest of the
repository.
  • Loading branch information
stuartmorgan-g committed Feb 12, 2024
commit ac03df96fac7bdf6dcac5f47c6cb214c0bd84d92
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
if (project.android.hasProperty("namespace")) {
namespace 'io.flutter.plugins.webviewflutter'
}
compileSdk 33
compileSdk 34

defaultConfig {
minSdkVersion 19
Expand Down