Skip to content

merge Dev to main#135

Merged
koiverse merged 3 commits intomainfrom
dev
Nov 27, 2025
Merged

merge Dev to main#135
koiverse merged 3 commits intomainfrom
dev

Conversation

@koiverse
Copy link
Copy Markdown
Owner

No description provided.

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

Copilot AI left a comment

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.

concurrentFutures = "1.3.0"
activity = "1.12.0"
navigation = "2.9.3"
activity = "1.12.0-alpha09"
Copy link

Copilot AI Nov 27, 2025

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