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

Update dependencies #641

Merged
merged 5 commits into from Apr 18, 2023
Merged

Update dependencies #641

merged 5 commits into from Apr 18, 2023

Conversation

poovamraj
Copy link
Contributor

@poovamraj poovamraj commented Mar 27, 2023

Changes

  • We have updated dependencies. This is due to an issue in androidx.browser that made us update to 1.4.0.
  • Updated other dependencies as well as cleanup

⚠️ Breaking Change

This version of Auth0.Android enables developers to use the library when building projects that target the API level 31.

Developers using this version of Auth0.Android will need to update the the compileSdkVersion in their build.gradle to version 31. It's still possible to use targetSdkVersion lower than 31, but it's recommended to migrate as soon as possible.

When migrating to targetSdkVersion 31 and targeting Android 12 or higher, activities, services, or broadcast receivers that use intent filters, must now explicitly declare the android:exported attribute for these app components.

References

#640

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. Since this library has unit testing, tests should be added for new functionality and existing tests should complete without errors.

  • This change adds unit test coverage

  • This change adds integration test coverage

  • This change has been tested on the latest version of the platform/language or why not

ewanharris
ewanharris previously approved these changes Mar 27, 2023
jimmyjames
jimmyjames previously approved these changes Apr 13, 2023
Copy link
Contributor

@jimmyjames jimmyjames left a comment

Choose a reason for hiding this comment

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

Just a suggestion for the documentation, otherwise looks good.

README.md Outdated Show resolved Hide resolved
Co-authored-by: Jim Anderson <jim.anderson@auth0.com>
@poovamraj poovamraj merged commit c915ad3 into main Apr 18, 2023
6 checks passed
@poovamraj poovamraj deleted the update-dependencies branch April 18, 2023 14:34
@poovamraj poovamraj mentioned this pull request Apr 18, 2023
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.

None yet

3 participants