Skip to content

Commit

Permalink
Reverts "Bump to Android API 34" (#791)
Browse files Browse the repository at this point in the history
Reverts #790
Initiated by: gmackall
This change reverts the following previous change:
Original Description:
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
auto-submit[bot] authored Nov 6, 2023
1 parent 6508cc5 commit c0b38e6
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 = "34"
default_android_sdk_build_tools_version = "34.0.0"
default_android_sdk_version = "33"
default_android_sdk_build_tools_version = "33.0.0"
}

declare_args() {
Expand Down

0 comments on commit c0b38e6

Please sign in to comment.