Skip to content
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

Bump Dagger Hilt version to avoid permission issue #7

Merged
merged 1 commit into from
Jun 23, 2020
Merged

Bump Dagger Hilt version to avoid permission issue #7

merged 1 commit into from
Jun 23, 2020

Conversation

lucasnlm
Copy link
Contributor

@lucasnlm lucasnlm commented Jun 23, 2020

Guidelines

Dagger Hilt 2.28-alpha has a serious bug that adds android.permission.READ_EXTERNAL_STORAGE, android.permission.READ_PHONE_STATE, and android.permission.WRITE_EXTERNAL_STORAGE permissions to the merged AndroidManifest.
I was fixed on 2.28.1-alpha (related issue).

Types of changes

What types of changes does your code introduce?

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Preparing a pull request for review

Ensure your change is properly formatted by running:

$ ./gradlew spotlessApply

Please correct any failures before requesting a review.

Dagger Hilt `2.28-alpha` has a serious bug that adds `android.permission.READ_EXTERNAL_STORAGE`, `android.permission.READ_PHONE_STATE`, and `android.permission.WRITE_EXTERNAL_STORAGE` permissions to the merged AndroidManifest.
I was fixed on `2.28.1-alpha`.
@lucasnlm lucasnlm requested a review from skydoves as a code owner June 23, 2020 02:01
Copy link
Owner

@skydoves skydoves left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :)
Thanks for your contribution!
Dagger 2.28.1 Release Note.

@skydoves skydoves merged commit 648c44d into skydoves:master Jun 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants