Skip to content

merge Dev to main#135

Merged
rukamori merged 3 commits into
mainfrom
dev
Nov 27, 2025
Merged

merge Dev to main#135
rukamori merged 3 commits into
mainfrom
dev

Conversation

@rukamori

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings November 27, 2025 09:57
@rukamori rukamori merged commit f614d17 into main Nov 27, 2025
8 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR merges the dev branch into main, updating two AndroidX dependency versions in the Gradle version catalog.

  • Updates activity library from 1.12.0 to 1.12.0-alpha09 (stable → alpha)
  • Updates navigation library from 2.9.3 to 2.9.6 (stable → stable)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread gradle/libs.versions.toml
concurrentFutures = "1.3.0"
activity = "1.12.0"
navigation = "2.9.3"
activity = "1.12.0-alpha09"

Copilot AI Nov 27, 2025

Copy link

Choose a reason for hiding this comment

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

The activity library version is being changed from a stable release (1.12.0) to an alpha version (1.12.0-alpha09). This is a regression in stability. Main branches should typically use stable releases rather than alpha versions. Consider using a stable version like 1.12.0 or later stable releases if available.

Suggested change
activity = "1.12.0-alpha09"
activity = "1.12.0"

Copilot uses AI. Check for mistakes.
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