airbnb / mavericks

Mavericks: Android on Autopilot
https://airbnb.io/mavericks/
Apache License 2.0
5.85k stars 499 forks source link

Update dependencies to fix lifecycle inheritance #689

Closed apramana closed 1 year ago

apramana commented 1 year ago

This PR updates dependencies to the extent needed to resolve the lifecycle inheritance issue raised in #679 - this includes bumping:

The last two were necessary to fix lint - without them, the project still builds successfully and tests pass.

It also replaces TestLifecycleOwner with the corresponding AndroidX class.

martymiller commented 1 year ago

Please merge asap, thanks.