android / health-samples

Apache License 2.0
248 stars 142 forks source link

Update all dependencies #202

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.guava:guava 32.1.3-android -> 33.0.0-android age adoption passing confidence
com.google.dagger:hilt-android-compiler 2.49 -> 2.50 age adoption passing confidence
com.google.dagger:hilt-android 2.49 -> 2.50 age adoption passing confidence
com.google.dagger:hilt-android-gradle-plugin 2.49 -> 2.50 age adoption passing confidence
com.google.android.horologist:horologist-health-service 0.5.14 -> 0.5.15 age adoption passing confidence
com.google.android.horologist:horologist-health-composables 0.5.14 -> 0.5.15 age adoption passing confidence
com.google.android.horologist:horologist-compose-material 0.5.14 -> 0.5.15 age adoption passing confidence
com.google.android.horologist:horologist-compose-layout 0.5.14 -> 0.5.15 age adoption passing confidence
com.google.dagger.hilt.android 2.49 -> 2.50 age adoption passing confidence

Release Notes

google/horologist (com.google.android.horologist:horologist-health-service) ### [`v0.5.15`](https://togithub.com/google/horologist/releases/tag/v0.5.15): 0.5.15 - New Paintable type for data class safe type for images - Remove hard Coil dependency - Data Layer improvements - Optimise Media background rendering - Draft App/Screen/Page Scaffold ##### What's Changed - Adds Paintable class to represent generic image by [@​fstanis](https://togithub.com/fstanis) in [https://github.com/google/horologist/pull/1868](https://togithub.com/google/horologist/pull/1868) - fix(deps): update all dependencies by [@​renovate-bot](https://togithub.com/renovate-bot) in [https://github.com/google/horologist/pull/1869](https://togithub.com/google/horologist/pull/1869) - Improve datalayer samples by [@​luizgrp](https://togithub.com/luizgrp) in [https://github.com/google/horologist/pull/1872](https://togithub.com/google/horologist/pull/1872) - Remove record override by [@​yschimke](https://togithub.com/yschimke) in [https://github.com/google/horologist/pull/1873](https://togithub.com/google/horologist/pull/1873) - Add Hilt to datalayer sample by [@​luizgrp](https://togithub.com/luizgrp) in [https://github.com/google/horologist/pull/1874](https://togithub.com/google/horologist/pull/1874) - Fix UI progress indicator for Loading state in datalayer sample app by [@​luizgrp](https://togithub.com/luizgrp) in [https://github.com/google/horologist/pull/1875](https://togithub.com/google/horologist/pull/1875) - chore(deps): update all dependencies by [@​renovate-bot](https://togithub.com/renovate-bot) in [https://github.com/google/horologist/pull/1877](https://togithub.com/google/horologist/pull/1877) - Fix crash with instrumentation tests by [@​luizgrp](https://togithub.com/luizgrp) in [https://github.com/google/horologist/pull/1878](https://togithub.com/google/horologist/pull/1878) - Moves coil code into new library by [@​fstanis](https://togithub.com/fstanis) in [https://github.com/google/horologist/pull/1870](https://togithub.com/google/horologist/pull/1870) - Add surfacesInfo property to WearDataLayerAppHelper by [@​luizgrp](https://togithub.com/luizgrp) in [https://github.com/google/horologist/pull/1880](https://togithub.com/google/horologist/pull/1880) - chore(deps): update dependency com.google.devtools.ksp 1.9.21-1.0.15 to v1.9.21-1.0.16 by [@​renovate-bot](https://togithub.com/renovate-bot) in [https://github.com/google/horologist/pull/1876](https://togithub.com/google/horologist/pull/1876) - Adds round icon, update target for media sample by [@​kul3r4](https://togithub.com/kul3r4) in [https://github.com/google/horologist/pull/1882](https://togithub.com/google/horologist/pull/1882) - Add AppHelper tracking screen to datalayer sample app by [@​luizgrp](https://togithub.com/luizgrp) in [https://github.com/google/horologist/pull/1883](https://togithub.com/google/horologist/pull/1883) - Add Hilt to datalayer watch sample app by [@​luizgrp](https://togithub.com/luizgrp) in [https://github.com/google/horologist/pull/1885](https://togithub.com/google/horologist/pull/1885) - Optimize background rendering. by [@​clickxu](https://togithub.com/clickxu) in [https://github.com/google/horologist/pull/1884](https://togithub.com/google/horologist/pull/1884) - Adds icon to MediaUiModel and display components by [@​fstanis](https://togithub.com/fstanis) in [https://github.com/google/horologist/pull/1864](https://togithub.com/google/horologist/pull/1864) - Fix chip layout by [@​yschimke](https://togithub.com/yschimke) in [https://github.com/google/horologist/pull/1889](https://togithub.com/google/horologist/pull/1889) - Ignore A11y test by [@​yschimke](https://togithub.com/yschimke) in [https://github.com/google/horologist/pull/1890](https://togithub.com/google/horologist/pull/1890) - Fix crash with instrumentation tests by [@​luizgrp](https://togithub.com/luizgrp) in [https://github.com/google/horologist/pull/1892](https://togithub.com/google/horologist/pull/1892) - Snap with responsive sample. by [@​yschimke](https://togithub.com/yschimke) in [https://github.com/google/horologist/pull/1891](https://togithub.com/google/horologist/pull/1891) - Make model public in CoilPaintable by [@​fstanis](https://togithub.com/fstanis) in [https://github.com/google/horologist/pull/1893](https://togithub.com/google/horologist/pull/1893) - App/Screen/Page Scaffold by [@​yschimke](https://togithub.com/yschimke) in [https://github.com/google/horologist/pull/1886](https://togithub.com/google/horologist/pull/1886) - Makes CoilPaintable a data class and fixes typo by [@​fstanis](https://togithub.com/fstanis) in [https://github.com/google/horologist/pull/1894](https://togithub.com/google/horologist/pull/1894) **Full Changelog**: https://github.com/google/horologist/compare/v0.5.14...v0.5.15

Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.