Skip to content

Commit

Permalink
[webview_flutter] Update compileSdk to 34 (#6106)
Browse files Browse the repository at this point in the history
Makes this plugin's compile SDK consistent with the rest of the repository.
  • Loading branch information
stuartmorgan authored Feb 12, 2024
1 parent d1f1f0f commit 6828aaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/webview_flutter/webview_flutter_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## NEXT

* Updates compileSdk to 34.

## 3.15.0

* Adds support for `setOnScrollPositionChange` method to the `AndroidWebViewController`.
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

0 comments on commit 6828aaa

Please sign in to comment.