From bed426a774a058f3cd3f802cc345507fc94cbabc Mon Sep 17 00:00:00 2001 From: bot Date: Thu, 8 Feb 2024 09:14:54 +0100 Subject: [PATCH] Update dependency androidx.navigation:navigation-ui-ktx to v2.7.7 (#32) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [androidx.navigation:navigation-ui-ktx](https://developer.android.com/jetpack/androidx/releases/navigation#2.7.7) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | dependencies | patch | `2.7.6` -> `2.7.7` | --- ### Configuration 📅 **Schedule**: Branch creation - "every day" (UTC), Automerge - "every weekend" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: Renovate Bot Reviewed-on: https://git.helcel.net/helcel/beendroid/pulls/32 Co-authored-by: bot Co-committed-by: bot --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 5f72ba6..a81bea9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation 'com.google.android.material:material:1.11.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.navigation:navigation-fragment-ktx:2.7.6' - implementation 'androidx.navigation:navigation-ui-ktx:2.7.6' + implementation 'androidx.navigation:navigation-ui-ktx:2.7.7' implementation 'androidx.core:core-ktx:1.12.0' implementation 'androidx.preference:preference-ktx:1.2.1'