This repository was archived by the owner on Feb 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6k
Use targetSdkVersion 33 for Android platform AndroidManifest.xml #47683
Merged
auto-submit
merged 3 commits into
flutter:main
from
utzcoz:platform-android-manifest-uses-sdk-33
Nov 8, 2023
Merged
Use targetSdkVersion 33 for Android platform AndroidManifest.xml #47683
auto-submit
merged 3 commits into
flutter:main
from
utzcoz:platform-android-manifest-uses-sdk-33
Nov 8, 2023
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Author
|
Hi @zanderso, could you help to review this PR? Thanks. |
buildroot has switched to use 33 as default target sdk version. Signed-off-by: utzcoz <utzcoz@outlook.com>
reidbaker
approved these changes
Nov 6, 2023
Contributor
|
auto label is removed for flutter/engine/47683, due to This PR has not met approval requirements for merging. You are not a member of flutter-hackers and need 1 more review(s) in order to merge this PR.
|
Contributor
Author
|
Hi @reidbaker @camsim99 , could you help to review again? Looks like the CI needs two people's approvals. Thanks. |
zanderso
approved these changes
Nov 8, 2023
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Nov 8, 2023
auto-submit bot
pushed a commit
to flutter/flutter
that referenced
this pull request
Nov 8, 2023
…138100) flutter/engine@b0310da...6dbcf8f 2023-11-08 43091780+utzcoz@users.noreply.github.com Use targetSdkVersion 33 for Android platform AndroidManifest.xml (flutter/engine#47683) 2023-11-08 flar@google.com [Impeller] Add EXPECT_OBJ_NEAR macros similar to the ASSERT_OBJ_NEAR versions (flutter/engine#47795) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC bdero@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
This was referenced Nov 8, 2023
auto-submit bot
pushed a commit
that referenced
this pull request
Nov 9, 2023
The difference between this PR and the original is the change to the `AndroidManifest.xml`. For context, right before the original PR landed, [a change to upgrade the target sdk](#47683) in the manifest from 31 to 33 landed. It also removed the lint complaining about using an old target sdk version from the baseline lint file. So this change upgrading the sdk, but not the target sdk in the manifest, triggered the lint again. For the rest of the PR, [see the description of the original PR](#47609). [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
buildroot has switched to use 33 as default target sdk version.
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.