Skip to content

Commit 9bf9e8c

Browse files
Update dependency androidx.test.espresso:espresso-core to v3.6.1
1 parent b42d912 commit 9bf9e8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WebViewSample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
4343
testImplementation 'junit:junit:4.13.2'
4444
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
45-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
45+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
4646

4747
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1"
4848

0 commit comments

Comments
 (0)