Skip to content

Conversation

@anysoftkeyboard-bot
Copy link
Member

@anysoftkeyboard-bot anysoftkeyboard-bot commented Jan 17, 2026

This PR contains the following updates:

Package Type Update Change
androidx.compose.animation:animation (source) dependencies patch 1.10.0 -> 1.10.1
com.google.dagger.hilt.android plugin minor 2.57.2 -> 2.59
com.google.dagger:hilt-android-testing dependencies minor 2.57.2 -> 2.59
com.google.dagger:hilt-android-compiler dependencies minor 2.57.2 -> 2.59
com.google.dagger:hilt-android dependencies minor 2.57.2 -> 2.59
androidx.compose.ui:ui-test-manifest (source) dependencies patch 1.10.0 -> 1.10.1
androidx.compose.ui:ui-test-junit4 (source) dependencies patch 1.10.0 -> 1.10.1
androidx.compose.ui:ui-tooling-preview (source) dependencies patch 1.10.0 -> 1.10.1
androidx.compose.ui:ui (source) dependencies patch 1.10.0 -> 1.10.1

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@anysoftkeyboard-bot
Copy link
Member Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: undefined
Command failed: ./gradlew spotlessApply

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':app'.
> Failed to notify project evaluation listener.
   > com/android/build/api/artifact/ScopedArtifact$POST_COMPILATION_CLASSES

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to generate a Build Scan (powered by Develocity).
> Get more help at https://help.gradle.org.

BUILD FAILED in 24s

**What**: Reverted Hilt dependency from 2.59 back to 2.57.2, while keeping the other dependency updates (androidx-compose-ui and composeAnimation both at 1.10.1).

**Why**: The Hilt 2.59 update caused a build failure with error:
`com/android/build/api/artifact/ScopedArtifact$POST_COMPILATION_CLASSES`

This is a compatibility issue where Hilt 2.59 requires a class that doesn't exist in the current Android Gradle Plugin version. Reverting this specific update allows the other safe updates to proceed while avoiding the build failure.

The build now completes successfully with all tests passing.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
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