Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit d83aba2

Browse files
committed
Update dependency androidx.test.espresso:espresso-core to v3.4.0
1 parent 06736f6 commit d83aba2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ dependencies {
8383
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.1'
8484
testImplementation 'junit:junit:4.12'
8585
androidTestImplementation 'androidx.test:runner:1.1.1'
86-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
86+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
8787
}

0 commit comments

Comments
 (0)