Skip to content

Commit ae17ab7

Browse files
Update dependency androidx.test.espresso:espresso-core to v3.6.0
1 parent d135a6b commit ae17ab7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
4444
testImplementation 'junit:junit:4.13.2'
4545
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
46-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
46+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.0'
4747

4848
implementation project(":otp_code_view")
4949
}

otp_code_view/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141
implementation 'com.google.android.material:material:1.9.0'
4242
testImplementation 'junit:junit:4.13.2'
4343
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
44-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
44+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.0'
4545
}
4646

4747
publishing {

0 commit comments

Comments
 (0)