From 953873f121190ffc4b717d2ecda28f24607b010c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 01:10:07 +0000 Subject: [PATCH] Update dependency androidx.fragment:fragment-ktx to v1.6.1 --- ViewLifecycleProperty/build.gradle | 2 +- sample/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ViewLifecycleProperty/build.gradle b/ViewLifecycleProperty/build.gradle index 3cf363a..626fd28 100644 --- a/ViewLifecycleProperty/build.gradle +++ b/ViewLifecycleProperty/build.gradle @@ -21,5 +21,5 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10" - implementation 'androidx.fragment:fragment-ktx:1.5.7' + implementation 'androidx.fragment:fragment-ktx:1.6.1' } diff --git a/sample/build.gradle b/sample/build.gradle index 0c3731c..79bbe20 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -39,7 +39,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10" implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'androidx.fragment:fragment-ktx:1.5.7' + implementation 'androidx.fragment:fragment-ktx:1.6.1' implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.6.1' implementation 'com.github.wada811:DataBinding-ktx:6.1.0' // implementation project(':ViewLifecycleProperty')