Skip to content

Commit 7a50f52

Browse files
authored
Merge pull request #34 from pcolby/dependabot/gradle/androidx.test.espresso-espresso-core-3.6.1
Bump androidx.test.espresso:espresso-core from 3.6.0 to 3.6.1
2 parents 142226c + 3b25bd1 commit 7a50f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ dependencies {
6565
implementation 'com.google.android.material:material:1.12.0'
6666
testImplementation 'junit:junit:4.13.2'
6767
androidTestImplementation 'androidx.test.ext:junit:1.2.0'
68-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.0'
68+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
6969
}

0 commit comments

Comments
 (0)