From 4142f7c417859a8bdda55743c22f0d36b36f05e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 00:11:39 +0000 Subject: [PATCH] Bump fragment-ktx from 1.4.0 to 1.5.4 Bumps fragment-ktx from 1.4.0 to 1.5.4. --- updated-dependencies: - dependency-name: androidx.fragment:fragment-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gallery/build.gradle | 2 +- internet/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gallery/build.gradle b/gallery/build.gradle index da8b530..37935bf 100644 --- a/gallery/build.gradle +++ b/gallery/build.gradle @@ -45,7 +45,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' // ViewModel - ktx - implementation "androidx.fragment:fragment-ktx:1.4.0" + implementation "androidx.fragment:fragment-ktx:1.5.4" // memory leak detection in debug only. debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1' diff --git a/internet/build.gradle b/internet/build.gradle index 93dcdb8..87307a5 100644 --- a/internet/build.gradle +++ b/internet/build.gradle @@ -63,7 +63,7 @@ dependencies { implementation 'com.keenencharles:androidunsplash:3.1.2' // ViewModel - ktx - implementation "androidx.fragment:fragment-ktx:1.4.0" + implementation "androidx.fragment:fragment-ktx:1.5.4" // LiveData support implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version"