diff --git a/build.gradle b/build.gradle index 3ba46955..11ed3068 100644 --- a/build.gradle +++ b/build.gradle @@ -29,8 +29,8 @@ buildscript { espressoContrib = 'androidx.test.espresso:espresso-contrib:3.3.0' espressoCore = 'androidx.test.espresso:espresso-core:3.3.0' espressoIdlingResource = 'androidx.test.espresso.idling:idling-concurrent:3.3.0' - fragment = 'androidx.fragment:fragment:1.3.3' - fragmentKtx = 'androidx.fragment:fragment-ktx:1.3.3' + fragment = 'androidx.fragment:fragment:1.6.1' + fragmentKtx = 'androidx.fragment:fragment-ktx:1.6.1' kotlin = "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" ktxCore = 'androidx.core:core-ktx:1.3.2' lifeCycleReactiveStreams = 'androidx.lifecycle:lifecycle-reactivestreams:2.3.1'