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 horologist from 0.5.18 to 0.5.19 #4156

Merged
merged 2 commits into from
Jan 25, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 25, 2024

Bumps horologist from 0.5.18 to 0.5.19.
Updates com.google.android.horologist:horologist-composables from 0.5.18 to 0.5.19

Release notes

Sourced from com.google.android.horologist:horologist-composables's releases.

0.5.19

The minSdk change introduces a need to coreLibraryDesugaring, see java8-support for instructions

While Horologist minSdk is 25, this doesn't indicate support, specifically Wear libraries might have higher minSdk or lack support on older devices. But won't stop your app from building.

  • Reduce the minSdk to 25 across horologist, and adopt coreLibraryDesugaring for java.time.
  • Deprecate WearNavScaffold in favour of AppScaffold. See guide.
  • General improvements to data layer functionality for engagement.
  • Media UI Fixes.

What's Changed

Full Changelog: google/horologist@v0.5.18...v0.5.19

Commits

Updates com.google.android.horologist:horologist-compose-layout from 0.5.18 to 0.5.19

Release notes

Sourced from com.google.android.horologist:horologist-compose-layout's releases.

0.5.19

The minSdk change introduces a need to coreLibraryDesugaring, see java8-support for instructions

While Horologist minSdk is 25, this doesn't indicate support, specifically Wear libraries might have higher minSdk or lack support on older devices. But won't stop your app from building.

  • Reduce the minSdk to 25 across horologist, and adopt coreLibraryDesugaring for java.time.
  • Deprecate WearNavScaffold in favour of AppScaffold. See guide.
  • General improvements to data layer functionality for engagement.
  • Media UI Fixes.

What's Changed

Full Changelog: google/horologist@v0.5.18...v0.5.19

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `horologist` from 0.5.18 to 0.5.19.

Updates `com.google.android.horologist:horologist-composables` from 0.5.18 to 0.5.19
- [Release notes](https://github.com/google/horologist/releases)
- [Commits](google/horologist@v0.5.18...v0.5.19)

Updates `com.google.android.horologist:horologist-compose-layout` from 0.5.18 to 0.5.19
- [Release notes](https://github.com/google/horologist/releases)
- [Commits](google/horologist@v0.5.18...v0.5.19)

---
updated-dependencies:
- dependency-name: com.google.android.horologist:horologist-composables
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.android.horologist:horologist-compose-layout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code patch A tiny change - Bumps patch build number labels Jan 25, 2024
@dshokouhi
Copy link
Member

failure looks to be

 1.  Dependency 'com.google.android.horologist:horologist-composables:0.5.19' requires core library desugaring to be enabled
           for :wear.
     
           See https://developer.android.com/studio/write/java8-support.html for more
           details.

@jpelgrom
Copy link
Member

failure looks to be (...)

Which is exactly what is mentioned in the release notes.

@JBassett JBassett merged commit 4f98dc0 into master Jan 25, 2024
4 checks passed
@JBassett JBassett deleted the dependabot/gradle/horologist-0.5.19 branch January 25, 2024 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed dependencies Pull requests that update a dependency file java Pull requests that update Java code patch A tiny change - Bumps patch build number
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants