-
Notifications
You must be signed in to change notification settings - Fork 900
Update Androidx dependencies #6093
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
Conversation
|
Claude finished @david-livefront's task —— View job Code Review SummaryThis PR updates three AndroidX dependencies in
Critical Issues❌ Breaking Change: WorkManager Minimum SDK Requirement The update to WorkManager 2.11.0 introduces a breaking change that requires immediate attention:
Reference: AndroidX Work 2.11.0 Release Notes Suggested Improvements📝 Update PR Description The PR description mentions Work v2.11.0 release notes but doesn't include the actual link or summary of changes. Consider adding: Suggested addition to PR description## Release Notes
### androidx.work 2.11.0
- **Breaking Change**: Minimum SDK raised from API 21 to API 23
- New API: `setRemoteSessionTimeoutMillis()` for configuring RemoteWorkManager session timeout
- [Full Release Notes](https://developer.android.com/jetpack/androidx/releases/work#2.11.0)
### androidx.room 2.8.3
- Performance Fix: Reduced excessive JNI calls during cursor iteration (significant improvement for large result sets)
- Previous version (2.8.2) fixed a deadlock issue with auto-closed databases during Flow emission
- [Full Release Notes](https://developer.android.com/jetpack/androidx/releases/room#2.8.3)
### androidx.compose:compose-bom 2025.10.01
- Patch release with minor updates to Compose libraries🔍 Testing Recommendation Given the dependency updates, consider testing:
Good Practices Observed
Action Items
CI Status
Recommendation: Wait for all CI checks to pass before merging. |
|
Great job! No new security vulnerabilities introduced in this pull request |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6093 +/- ##
=======================================
Coverage 84.80% 84.80%
=======================================
Files 721 721
Lines 52811 52811
Branches 7669 7669
=======================================
Hits 44789 44789
Misses 5332 5332
Partials 2690 2690 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Thanks @SaintPatrck |

🎟️ Tracking
N/A
📔 Objective
This PR Updates the Androidx dependencies to their latest versions.
Release Notes:
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:) or similar for great changes:memo:) or ℹ️ (:information_source:) for notes or general info:question:) for questions:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:) for suggestions / improvements:x:) or:warning:) for more significant problems or concerns needing attention:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt:pick:) for minor or nitpick changes