Skip to content

Commit

Permalink
Update dependency androidx.test.espresso:espresso-core to v3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 27, 2024
1 parent eae519d commit e0fed71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object Dependencies {
const val legacySupport = "androidx.legacy:legacy-support-v4:1.0.0"
const val jUnit = "junit:junit:4.12"
const val androidTestJunit = "androidx.test.ext:junit:1.1.1"
const val androidTestEspresso = "androidx.test.espresso:espresso-core:3.4.0"
const val androidTestEspresso = "androidx.test.espresso:espresso-core:3.6.1"
const val workRuntime = "androidx.work:work-runtime-ktx:$work_version"
const val workRx = "android.arch.work:work-rxjava2:$work_version"
const val viewModel = "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
Expand Down

0 comments on commit e0fed71

Please sign in to comment.