Skip to content

Commit 4187a0d

Browse files
committed
chore(deps): update dependency androidx.test.espresso:espresso-core to v3.4.0
1 parent d84956c commit 4187a0d

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
@@ -35,7 +35,7 @@ dependencies {
3535
implementation 'de.hdodenhof:circleimageview:3.1.0'
3636
testImplementation 'junit:junit:4.13.2'
3737
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
38-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
38+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
3939
implementation project(':openCVLibrary341')
4040
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
4141
implementation "org.jetbrains.anko:anko:0.10.8"

0 commit comments

Comments
 (0)