Skip to content

Commit 9c0f625

Browse files
committed
Fix androidx.test version
1 parent 7c2c774 commit 9c0f625

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)