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

Align dependency versions and bump Google dependencies #3560

Merged
merged 2 commits into from
Jun 3, 2023

Conversation

jpelgrom
Copy link
Member

Summary

This PR:

  • aligns dependency versions between projects (for example, the app was using two different Kotlin patch releases) / modules (automotive was behind on dependencies already increased in app), and
  • updates Google dependencies that are not picked up by dependabot.

Noteworthy changes:
https://developer.android.com/jetpack/androidx/releases/compose-compiler support for Kotlin 1.8.21
https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.4.3 fixes a "potential deadlock in snapshot list and map" which may be what I was encountering with the ANR (see below)
https://firebase.google.com/support/release-notes/android no cloud messaging changes

These changes also seem to resolve a frequent ANR after load I'm facing with the latest beta for the Wear app and wasn't able to figure out. Not server related probably as it also happens with <10 supported entities and no state changes.

Screenshots

n/a

Link to pull request in Documentation repository

n/a

Any other notes

Copy link
Member

@dshokouhi dshokouhi left a comment

Choose a reason for hiding this comment

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

🤞 this resolves the ANR in release ready builds

@JBassett JBassett merged commit 9071302 into home-assistant:master Jun 3, 2023
@jpelgrom jpelgrom deleted the bump-dependencies-052023 branch June 3, 2023 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants