This repository was archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[local_auth]: Bump core from 1.8.0 to 1.9.0 in /packages/local_auth/local_auth_android/android #6393
Merged
auto-submit
merged 10 commits into
main
from
dependabot/gradle/packages/local_auth/local_auth_android/android/androidx.core-core-1.9.0
Feb 6, 2023
Merged
[local_auth]: Bump core from 1.8.0 to 1.9.0 in /packages/local_auth/local_auth_android/android #6393
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
946cfcc
[local_auth]: Bump core
dependabot[bot] be5bc57
Bump compilesdkversion
camsim99 fd07ade
Bump fragment and update changelog
camsim99 7491b9f
Merge remote-tracking branch 'upstream/main' into dependabot/gradle/p…
camsim99 48e4921
Bump gradle version
camsim99 f450f60
Bump compileSdkVersion
camsim99 3a8cea1
Bump all plugins compilesdkversion
camsim99 9192e7e
Bump gradle version of example apps
camsim99 35ab005
Merge remote-tracking branch 'upstream/main' into dependabot/gradle/p…
camsim99 24e31d4
Update changelog
camsim99 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does the error look like without doing this? Presumably plugin clients will have to do this as well, and I'm wondering how good the error message currently is.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I need to finish the solution but I pasted the error here: https://docs.google.com/document/d/14ckvV5chTj3c2HDDaw_bdmzUzXa9cHURm0RPXWk5eX8/edit#bookmark=id.5isj41bmhgan
It's not a clear error, unfortunately. Maybe we can try to catch this error and throw a new one, but of course, this wouldn't be the only error that signals a Gradle bump is needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oof, that's super opaque. How old does someone's AGP version have to be to see that if we bump
core
here? I'm wondering if we should hold off on landing this until we have a better error message for this at theflutter
tool level, or if only very old projects would hit this.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like it has to at least be 7.0. It also looks like it is the
compileSdkVersion
bump that is causing this, which is necessary for thecore
bump (so I could bumpfragment
separately). I do want to point out, though, that the error is not fatal, so I guess it's more like a warning. Either way, we could hold off on landing thecore
bump at least for now, since most projects would probably hit this.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, looks like Dependabot wanted to bump fragment again already so I'll land that one: #6645