mirror of
https://github.com/flutter/packages.git
synced 2025-05-31 05:30:36 +08:00

This PR does the following: 1. Bumps compile SDK version to 34 for all packages on Android besides `webview_flutter_android`, which is blocked by finishing https://github.com/flutter/flutter/issues/137082. 2. Bumps legacy all_packages app to 33 because compiling failed after completing 1 (see example of failing build [here](https://ci.chromium.org/ui/p/flutter/builders/try/Linux_android%20android_build_all_packages%20master/5159/overview)). There was a Flutter fix available, so I believe this bump is safe. 3. Replaces all deprecated `compileSdkVersion` usages with `compileSdk`.