Skip to content

Commit

Permalink
androidTest: upgrade espresso to 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Binnette committed Nov 25, 2024
1 parent f12694c commit 7c34e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ dependencies {

// Required for instrumented tests
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
androidTestImplementation 'androidx.test:rules:1.4.0'

implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
Expand Down

0 comments on commit 7c34e64

Please sign in to comment.