File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -76,15 +76,15 @@ dependencies {
7676 implementation " androidx.cardview:cardview:1.0.0"
7777
7878 // Testing-only dependencies
79- androidTestImplementation ' androidx.test:core:1.4.1 '
80- androidTestImplementation ' androidx.test:core-ktx:1.4.1 '
79+ androidTestImplementation ' androidx.test:core:1.5.0-alpha01 '
80+ androidTestImplementation ' androidx.test:core-ktx:1.5.0-alpha01 '
8181 androidTestImplementation ' androidx.test.ext:junit:1.1.3'
8282 androidTestImplementation ' androidx.test.ext:junit-ktx:1.1.3'
8383 androidTestImplementation ' androidx.test:runner:1.4.0'
8484 androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
8585
86- testImplementation ' androidx.test:core:1.4.1 '
87- testImplementation ' androidx.test:core-ktx:1.4.1 '
86+ testImplementation ' androidx.test:core:1.5.0-alpha01 '
87+ testImplementation ' androidx.test:core-ktx:1.5.0-alpha01 '
8888 testImplementation ' androidx.test.ext:junit:1.1.3'
8989 testImplementation ' junit:junit:4.13.2'
9090 testImplementation ' org.robolectric:robolectric:4.8.1'
You can’t perform that action at this time.
0 commit comments