Skip to content

Commit

Permalink
Bump to Android 35 (#870)
Browse files Browse the repository at this point in the history
**DO NOT LAND YET:** Please review flutter/engine#53574 first; will merge this once it is approved.

Change engine to use Android 15.

Buildroot step of https://github.com/flutter/flutter/blob/master/docs/platforms/android/Upgrading-Engine's-Android-API-version.md to complete flutter/flutter#150215.
  • Loading branch information
camsim99 authored Jul 23, 2024
1 parent e25d3f6 commit 91c259d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/config/android/config.gni
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
if (is_android) {
if (!defined(default_android_sdk_root)) {
default_android_sdk_root = "//flutter/third_party/android_tools/sdk"
default_android_sdk_version = "34"
default_android_sdk_build_tools_version = "34.0.0"
default_android_sdk_version = "35"
default_android_sdk_build_tools_version = "35.0.0-rc4"
}

declare_args() {
Expand Down

0 comments on commit 91c259d

Please sign in to comment.