Skip to content

Commit

Permalink
Bump to Android API 34 (#790)
Browse files Browse the repository at this point in the history
See the last time this was done #601. 

Needed to bump the engine to use Android 14.

New version was just uploaded https://chrome-infra-packages.appspot.com/p/flutter/android/sdk/all
  • Loading branch information
gmackall committed Nov 6, 2023
1 parent 3a8014e commit 6508cc5
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 @@ -16,8 +16,8 @@ if (is_android) {

if (!defined(default_android_sdk_root)) {
default_android_sdk_root = "//third_party/android_tools/sdk"
default_android_sdk_version = "33"
default_android_sdk_build_tools_version = "33.0.0"
default_android_sdk_version = "34"
default_android_sdk_build_tools_version = "34.0.0"
}

declare_args() {
Expand Down

0 comments on commit 6508cc5

Please sign in to comment.