From e8c995d06ab8cddea6b0146ef548a7168627608e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 18:39:46 +0000 Subject: [PATCH] Update dependency androidx.fragment:fragment-ktx to v1.7.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 5a0104e..46212e5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -49,7 +49,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'androidx.fragment:fragment-ktx:1.5.3' + implementation 'androidx.fragment:fragment-ktx:1.7.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 8bee62b..9f884a1 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -48,7 +48,7 @@ android { } dependencies { - api 'androidx.fragment:fragment-ktx:1.5.3' + api 'androidx.fragment:fragment-ktx:1.7.0' final lifecycle_version = '2.5.1' api "androidx.lifecycle:lifecycle-livedata-core-ktx:$lifecycle_version"