Skip to content

Commit e0df170

Browse files
Update dependency androidx.test.espresso:espresso-core to v3.6.1
1 parent 210fdde commit e0df170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
implementation 'com.google.firebase:firebase-analytics:17.2.3'
4343
testImplementation 'junit:junit:4.13'
4444
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
45-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
45+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
4646
//Retrofit & Picasso
4747
implementation 'com.squareup.retrofit2:retrofit:2.7.1'
4848
implementation 'com.squareup.retrofit2:converter-gson:2.7.1'

0 commit comments

Comments
 (0)