Skip to content

Commit 2be93f9

Browse files
committed
Update androidTestImplementation dependencies
1 parent fbd9099 commit 2be93f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ dependencies
4040
{
4141
implementation 'com.google.android.material:material:1.12.0'
4242
testImplementation 'junit:junit:4.13.2'
43-
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
44-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
43+
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
44+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
4545
}

0 commit comments

Comments
 (0)