-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[local_auth_android] Fix Android lint warnings #3764
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
e6666b6
fix: remove baseline
mgmix 2e85332
fix: remove unused resource files by android gradle lint
mgmix 5f58348
fix: lint warning
mgmix b52b4af
bump version
mgmix ea9396a
Merge branch 'main' into local-auth-android-lint
mgmix 700b774
bump version
mgmix 3c52dc2
fix: apply suggestions
mgmix aeb5b16
Merge branch 'main' into local-auth-android-lint
mgmix 9a6489a
Merge branch 'main' into local-auth-android-lint
mgmix f656c27
bump version
mgmix 27431f1
Merge branch 'main' into local-auth-android-lint
mgmix 38ded67
fix: apply suggestion
mgmix 552e85a
Merge branch 'main' into local-auth-android-lint
mgmix cee993a
bump version
mgmix b67c8de
Merge branch 'main' into local-auth-android-lint
mgmix 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
Next
Next commit
fix: remove baseline
- Loading branch information
commit e6666b6b4f1a47b1d6e2d2a2b2d6133e9b5107f4
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
246 changes: 0 additions & 246 deletions
246
packages/local_auth/local_auth_android/android/lint-baseline.xml
This file was deleted.
Oops, something went wrong.
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.
Why this change?
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 changed it because it was set in the build.gradle of other pacakges. Now that I think about it, it's an unrelated change, so I think I'll change it back.
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.
Adding it is also a no-op (which is why I didn't add it when I added
sourceCompatibility); the default value oftargetCompatibilityissourceCompatibility's value.Uh oh!
There was an error while loading. Please reload this page.
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.
Setting the record straight since I just learned that this is wrong: it's a no-op for some AGP (or maybe Gradle?) versions. For older versions leaving it out causes flutter/flutter#125482
But I'll be adding this (and enforcement that it's there) in a separate PR.