Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Commit 44ca359

Browse files
authored
[Re-land] Bump to Android API 34 (#792)
Re-land #790 now that flutter/engine#47609 is approved and passing checks
1 parent c0b38e6 commit 44ca359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/config/android/config.gni

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ if (is_android) {
1616

1717
if (!defined(default_android_sdk_root)) {
1818
default_android_sdk_root = "//third_party/android_tools/sdk"
19-
default_android_sdk_version = "33"
20-
default_android_sdk_build_tools_version = "33.0.0"
19+
default_android_sdk_version = "34"
20+
default_android_sdk_build_tools_version = "34.0.0"
2121
}
2222

2323
declare_args() {

0 commit comments

Comments
 (0)