Skip to content

Commit 2b090a2

Browse files
Bump espresso-core from 3.2.0 to 3.3.0
Bumps espresso-core from 3.2.0 to 3.3.0. Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 434036d commit 2b090a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ dependencies {
3232
implementation "com.google.android.material:material:$material_version"
3333
testImplementation 'junit:junit:4.13'
3434
androidTestImplementation 'androidx.test:runner:1.2.0'
35-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
35+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
3636
}

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ dependencies {
3131
implementation "com.google.android.material:material:$material_version"
3232
testImplementation 'junit:junit:4.13'
3333
androidTestImplementation 'androidx.test:runner:1.2.0'
34-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
34+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
3535
}

0 commit comments

Comments
 (0)