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"