Skip to content

Commit

Permalink
Update dependency androidx.test.ext:junit to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 24, 2024
1 parent eae519d commit 6d2e96e
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 @@ -22,7 +22,7 @@ object Dependencies {
const val constraintLayout = "androidx.constraintlayout:constraintlayout:1.1.3"
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 androidTestJunit = "androidx.test.ext:junit:1.2.0"
const val androidTestEspresso = "androidx.test.espresso:espresso-core:3.4.0"
const val workRuntime = "androidx.work:work-runtime-ktx:$work_version"
const val workRx = "android.arch.work:work-rxjava2:$work_version"
Expand Down

0 comments on commit 6d2e96e

Please sign in to comment.