From 91690a09292927ebfc8541a6e84b06d9c3f8c8af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 00:04:31 +0000 Subject: [PATCH] Bump fragment-ktx from 1.4.0 to 1.5.5 Bumps fragment-ktx from 1.4.0 to 1.5.5. --- 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..ebda874 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.5" // 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..34d1e16 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.5" // LiveData support implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version"