We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae519d commit fc5262dCopy full SHA for fc5262d
buildSrc/src/main/java/Dependencies.kt
@@ -22,7 +22,7 @@ object Dependencies {
22
const val constraintLayout = "androidx.constraintlayout:constraintlayout:1.1.3"
23
const val legacySupport = "androidx.legacy:legacy-support-v4:1.0.0"
24
const val jUnit = "junit:junit:4.12"
25
- const val androidTestJunit = "androidx.test.ext:junit:1.1.1"
+ const val androidTestJunit = "androidx.test.ext:junit:1.2.1"
26
const val androidTestEspresso = "androidx.test.espresso:espresso-core:3.4.0"
27
const val workRuntime = "androidx.work:work-runtime-ktx:$work_version"
28
const val workRx = "android.arch.work:work-rxjava2:$work_version"
0 commit comments