Skip to content

fix(deps): update androidx libraries#193

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/androidx-libraries
Open

fix(deps): update androidx libraries#193
renovate[bot] wants to merge 1 commit intomainfrom
renovate/androidx-libraries

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 16, 2026

This PR contains the following updates:

Package Change Age Confidence
androidx.navigation3:navigation3-ui (source) 1.0.01.0.1 age confidence
androidx.navigation3:navigation3-runtime (source) 1.0.01.0.1 age confidence
androidx.activity:activity-compose (source) 1.12.31.12.4 age confidence

Configuration

📅 Schedule: Branch creation - "before 9am on monday" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@claude
Copy link

claude bot commented Feb 16, 2026

Claude finished @renovate[bot]'s task in 1m 13s —— View job


PR Review: AndroidX Libraries Update

Approved - This is a safe and recommended update.

Summary

This PR updates three AndroidX libraries with patch versions containing important bug fixes. All changes are backward-compatible with no breaking changes.

Changes

  • androidx.navigation3:navigation3-ui: 1.0.01.0.1
  • androidx.navigation3:navigation3-runtime: 1.0.01.0.1
  • androidx.activity:activity-compose: 1.12.31.12.4

Analysis

✅ Code Quality & Best Practices
  • Clean version catalog update following project conventions
  • All three dependencies are only used in the sample app (not in library modules)
  • Proper semantic versioning (patch updates)
✅ Bug Fixes

Navigation3 1.0.1 (Released Feb 11, 2026)

  • Critical Fix: Resolves IllegalStateException when using NavDisplay in Android Studio Previews (b/477149762)
  • Direct Impact: This project uses NavDisplay in sample/src/main/kotlin/com/ms/square/debugoverlay/sample/ui/navigation/NavGraph.kt:42, so this fix is highly relevant and will prevent crashes during Preview development

Activity-Compose 1.12.4 (Released Feb 11, 2026)

  • Security Fix: Photo and Video ActivityResultContracts now work correctly on devices with latest URI security fixes (b/433708587)
  • Impact: Low for this project (no photo/video contracts found in codebase), but good for ecosystem compatibility
✅ Security Implications
  • No security vulnerabilities introduced
  • Activity-compose update actually fixes a URI security compatibility issue
  • Both updates come from official AndroidX releases
✅ Performance Considerations
  • No performance regressions expected
  • Patch releases typically maintain or improve performance
  • No API surface changes that would affect runtime behavior
✅ Compatibility
  • No breaking changes - both are patch releases
  • Backward compatible - all existing code will continue to work
  • Dependencies are in sync (both navigation3 artifacts updated together)

Recommendations

  1. Merge this PR - The updates are safe and beneficial
  2. No code changes required - The navigation3 fix is automatic
  3. Testing: Run ./gradlew :sample:assembleDebug to verify build succeeds
  4. Validation: Test Android Studio Previews with NavDisplay to confirm the crash fix works

Build Validation

To verify this change:

./gradlew spotlessApply
./gradlew :sample:check

Final Verdict: ✅ Safe to merge. This is a well-scoped dependency update with relevant bug fixes and no risks.

@github-actions
Copy link

Qodana for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments