diff --git a/build.gradle b/build.gradle index c220e1a0..8b02da71 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ 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.5' + fragment = 'androidx.fragment:fragment:1.5.5' fragmentKtx = 'androidx.fragment:fragment-ktx:1.3.5' kotlin = "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" ktxCore = 'androidx.core:core-ktx:1.5.0'