From 52ad3976f42c640b6fc09c56438bebc150c1b565 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 19:43:49 +0000 Subject: [PATCH] Update dependency androidx.fragment:fragment-ktx to v1.6.0 --- app/build.gradle | 2 +- library/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b87e5f5..d211a6a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -50,7 +50,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.5.1' - implementation 'androidx.fragment:fragment-ktx:1.5.3' + implementation 'androidx.fragment:fragment-ktx:1.6.0' implementation 'androidx.fragment:fragment:1.5.3' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' diff --git a/library/build.gradle b/library/build.gradle index ca269c7..5c388d4 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -49,7 +49,7 @@ android { } dependencies { - api 'androidx.fragment:fragment-ktx:1.5.3' + api 'androidx.fragment:fragment-ktx:1.6.0' final lifecycle_version = '2.5.1' api "androidx.lifecycle:lifecycle-livedata-core-ktx:$lifecycle_version"