Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 3, 2025

This PR contains the following updates:

Package Change Age Confidence
androidx.activity:activity-compose (source) 1.12.0 -> 1.12.1 age confidence

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

espressoCore = "3.5.0" # This is to match Compose's version
lifecycleRuntimeKtx = "2.10.0"
activityCompose = "1.12.0"
activityCompose = "1.12.1"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Updating androidx.activity:activity-compose to 1.12.1 will cause a build failure because the version does not exist.
Severity: CRITICAL | Confidence: High

🔍 Detailed Analysis

The pull request attempts to update androidx.activity:activity-compose to version 1.12.1. However, according to current information, version 1.12.1 of this library does not exist. This will lead to a build-time failure as Gradle's dependency resolution will be unable to find the specified version, preventing the application from compiling.

💡 Suggested Fix

Verify the correct latest stable version of androidx.activity:activity-compose. Update the activity-compose version in android/gradle/libs.versions.toml to an existing, stable release, such as 1.12.0, or the actual latest stable version if 1.12.1 has since been released.

🤖 Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.

Location: android/gradle/libs.versions.toml#L12

Potential issue: The pull request attempts to update
`androidx.activity:activity-compose` to version `1.12.1`. However, according to current
information, version `1.12.1` of this library does not exist. This will lead to a
build-time failure as Gradle's dependency resolution will be unable to find the
specified version, preventing the application from compiling.

Did we get this right? 👍 / 👎 to inform future reviews.
Reference ID: 5289062

@emerge-tools
Copy link

emerge-tools bot commented Dec 3, 2025

🛰️ Build Distribution

Build available for installation

App Name App ID Platform Version Tag Install Page
Hacker News com.emergetools.hackernews android 1.0.5 release 🔗 Install Build

🛸 Powered by Emerge Tools

@runningcode runningcode merged commit bd3a71d into main Dec 5, 2025
8 checks passed
@runningcode runningcode deleted the renovate/activitycompose branch December 5, 2025 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants