-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#602] Update outdated dependency versions #604
[#602] Update outdated dependency versions #604
Conversation
WalkthroughThis pull request updates dependency versions in two version catalog files: Changes
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (4)
🚧 Files skipped from review as they are similar to previous changes (4)
⏰ Context from checks skipped due to timeout of 90000ms (3)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Kover report for template-compose:🧛 Template - Compose Unit Tests Code Coverage:
|
File | Coverage |
---|
Modified Files Not Found In Coverage Report:
libs.versions.toml
libs.versions.toml
Codebase cunningly covered by count Shroud 🧛
Generated by 🚫 Danger
6405224
to
7254956
Compare
7254956
to
d91fffa
Compare
composeBom = "2023.09.02" | ||
chucker = "4.0.0" | ||
composeBom = "2025.02.00" | ||
# @kaungkhantsoe Will update in a separate PR | ||
composeNavigation = "2.5.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A newer version of androidx.navigation:navigation-compose than 2.5.3 is available: 2.8.8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The rest LGTM 🙇🏻
gradle = "8.8.0" | ||
hilt = "2.52" | ||
hiltNavigation = "1.0.0" | ||
gradle = "8.8.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A newer version of com.android.application than 8.8.2 is available: 8.9.0 |
gradle = "8.8.0" | ||
hilt = "2.52" | ||
hiltNavigation = "1.0.0" | ||
gradle = "8.8.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A newer version of com.android.library than 8.8.2 is available: 8.9.0 |
#602
What happened 👀
Updated outdated dependency versions for both template and sample compose
Insight 📝
We will update
composeNavigation
in a separate PR from this disscussionProof Of Work 📹
All pipeline checks should pass
Summary by CodeRabbit
datastore
,gradle
,hilt
,kotlin
, andmockk
, to their latest versions.