-
Notifications
You must be signed in to change notification settings - Fork 27.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Many] Update compile sdk and target sdk in packages example apps to 34 or higher. #152929
Open
41 of 44 tasks
Open
41 of 44 tasks
Labels
P2
Important issues not at the top of the work list
package
flutter/packages repository. See also p: labels.
platform-android
Android applications specifically
team-android
Owned by Android platform team
triaged-android
Triaged by Android platform team
Comments
reidbaker
added
platform-android
Android applications specifically
package
flutter/packages repository. See also p: labels.
P1
High-priority issues at the top of the work list
team-android
Owned by Android platform team
fyi-ecosystem
For the attention of Ecosystem team
labels
Aug 6, 2024
bartekpacia
changed the title
[Many] Update compile sdk and target sdk in plackages example apps to 34 or higher.
[Many] Update compile sdk and target sdk in packages example apps to 34 or higher.
Aug 11, 2024
11 tasks
yaakovschectman
added a commit
to flutter/packages
that referenced
this issue
Sep 13, 2024
Bump up target SDK for each Android example app, bump version and changelog, and as necessary export activities and update permissions. For each package, I ensured the example app ran on an emulator before and after the upgrade and compared its behavior, as well as running the integration tests to confirm they pass. flutter/flutter#152929 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] page, which explains my responsibilities. - [x] I read and followed the [relevant style guides] and ran the auto-formatter. (Unlike the flutter/flutter repo, the flutter/packages repo does use `dart format`.) - [ ] I signed the [CLA]. - [x] The title of the PR starts with the name of the package surrounded by square brackets, e.g. `[shared_preferences]` - [x] I [linked to at least one issue that this PR fixes] in the description above. - [x] I updated `pubspec.yaml` with an appropriate new version according to the [pub versioning philosophy], or this PR is [exempt from version changes]. - [x] I updated `CHANGELOG.md` to add a description of the change, [following repository CHANGELOG style], or this PR is [exempt from CHANGELOG changes]. - [ ] I updated/added relevant documentation (doc comments with `///`). - [ ] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. <!-- Links --> [Contributor Guide]: https://github.com/flutter/packages/blob/main/CONTRIBUTING.md [Tree Hygiene]: https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md [relevant style guides]: https://github.com/flutter/packages/blob/main/CONTRIBUTING.md#style [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md [linked to at least one issue that this PR fixes]: https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#overview [pub versioning philosophy]: https://dart.dev/tools/pub/versioning [exempt from version changes]: https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#version [following repository CHANGELOG style]: https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changelog-style [exempt from CHANGELOG changes]: https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changelog [test-exempt]: https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#tests
This was referenced Oct 21, 2024
reidbaker
added
P2
Important issues not at the top of the work list
and removed
P1
High-priority issues at the top of the work list
labels
Nov 19, 2024
flutter-triage-bot
bot
removed
fyi-ecosystem
For the attention of Ecosystem team
triaged-ecosystem
Triaged by Ecosystem team
labels
Nov 20, 2024
11 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
P2
Important issues not at the top of the work list
package
flutter/packages repository. See also p: labels.
platform-android
Android applications specifically
team-android
Owned by Android platform team
triaged-android
Triaged by Android platform team
For each android package:
In android studio import /_android/example/android/build.gradle
Open example/android/app/build.gradle
Use AGP upgrade assistant to update compileSdk and targetSdk, this may require other changes like marking activities as exported or updating gradle/kotlin etc
If an example app cant be updated or the updates require a large reworking of plugin code file an issue linked to this issue documenting which example app, what issues were run into and a suggested course of action.
flutter_plugin_android_lifecycle/example/android
path_provider/path_provider/example/android
path_provider/path_provider_android/example/android
two_dimensional_scrollables/example/android
webview_flutter/webview_flutter/example/android
webview_flutter/webview_flutter_android/example/android
file_selector/file_selector/example/android
file_selector/file_selector_android/example/android
google_sign_in/google_sign_in/example/android
google_sign_in/google_sign_in_android/example/android
pigeon/platform_tests/test_plugin/example/android
pigeon/platform_tests/alternate_language_test_plugin/example/android
interactive_media_ads/example/android
flutter_adaptive_scaffold/example/android
palette_generator/example/android
camera/camera/example/android
camera/camera_android/example/android
camera/camera_android_camerax/example/android
local_auth/local_auth_android/example/android
local_auth/local_auth/example/android
video_player/video_player_android/example/android
video_player/video_player/example/android
url_launcher/url_launcher_android/example/android
url_launcher/url_launcher/example/android
google_maps_flutter/google_maps_flutter/example/android
google_maps_flutter/google_maps_flutter_android/example/android
in_app_purchase/in_app_purchase_android/example/android
in_app_purchase/in_app_purchase/example/android
image_picker/image_picker/example/android
image_picker/image_picker_android/example/android
go_router/example/android
extension_google_sign_in_as_googleapis_auth/example/android
flutter_markdown/example/android
quick_actions/quick_actions_android/example/android
quick_actions/quick_actions/example/android
shared_preferences/shared_preferences/example/android
shared_preferences/shared_preferences_android/example/android
animations/example/android
espresso/example/android
flutter_image/example/android
packages/rfw/example/local/android
packages/rfw/example/hello/android
packages/rfw/example/remote/android
third_party/packages/flutter_svg/example/android
The text was updated successfully, but these errors were encountered: