Skip to content

Bump lifecycleVersion from 2.10.0 to 2.11.0 - #2157

Merged
mpretty-cyro merged 2 commits into
devfrom
dependabot/gradle/dev/lifecycleVersion-2.11.0
Aug 11, 2026
Merged

Bump lifecycleVersion from 2.10.0 to 2.11.0#2157
mpretty-cyro merged 2 commits into
devfrom
dependabot/gradle/dev/lifecycleVersion-2.11.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Contributor

Bumps lifecycleVersion from 2.10.0 to 2.11.0.
Updates androidx.lifecycle:lifecycle-process from 2.10.0 to 2.11.0

Updates androidx.lifecycle:lifecycle-viewmodel-compose from 2.10.0 to 2.11.0

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 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 `lifecycleVersion` from 2.10.0 to 2.11.0.

Updates `androidx.lifecycle:lifecycle-process` from 2.10.0 to 2.11.0

Updates `androidx.lifecycle:lifecycle-viewmodel-compose` from 2.10.0 to 2.11.0

---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-process
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.lifecycle:lifecycle-viewmodel-compose
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 labels Aug 11, 2026
@mpretty-cyro
mpretty-cyro merged commit 9c200de into dev Aug 11, 2026
0 of 5 checks passed
@mpretty-cyro
mpretty-cyro deleted the dependabot/gradle/dev/lifecycleVersion-2.11.0 branch August 11, 2026 23:15
mpretty-cyro added a commit that referenced this pull request Aug 12, 2026
Two independent dependabot bumps each broke the build on dev, and the first
masked the second.

- compileSdk 36 -> 37, required by lifecycle 2.11.0 (#2157), which fails
  checkAarMetadata below 37. targetSdk stays at 36. Reverting #2157 was
  considered and declined: compileSdk is a change we control. Note there is no
  `platforms;android-37` package — it is android-37.0, and AGP resolves
  compileSdk = 37 to it with no compileSdkMinor needed.
- Dagger/Hilt 2.59.2 -> 2.60.1, to read the 2.4.0 class metadata that coil
  3.5.0 (#2159) pulls in via kotlin-stdlib 2.4.0; 2.59.2's bundled reader caps
  at 2.3.0 and failed hiltJavaCompile. Kotlin stays at 2.3.20 deliberately —
  bumping it would emit 2.4.0 metadata from our own classes too.

CI provisions no Android SDK (no setup step in build_and_test.yml, and
gradle.properties sets no sdkDownload flag), so it relies on the runner image
plus AGP auto-download. If the image lacks android-37.0, CI will fail on the
SDK and that reads as unrelated to this change.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant