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

Commit 7c1f377

Browse files
author
auto-submit[bot]
committed
Revert "Bump to Android API 34 (#790)"
This reverts commit 6508cc5.
1 parent 6508cc5 commit 7c1f377

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 = "34"
20-
default_android_sdk_build_tools_version = "34.0.0"
19+
default_android_sdk_version = "33"
20+
default_android_sdk_build_tools_version = "33.0.0"
2121
}
2222

2323
declare_args() {

0 commit comments

Comments
 (0)