Skip to content

Commit 0ad6224

Browse files
authored
Merge pull request #7 from hellosagar/dependabot/gradle/androidx.test.espresso-espresso-core-3.4.0
⬆️ Bump espresso-core from 3.3.0 to 3.4.0
2 parents 166cf28 + 6da9087 commit 0ad6224

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
implementation project(path: ':progress-button')
4545
testImplementation 'junit:junit:4.+'
4646
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
47-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
47+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
4848

4949
// Material Design
5050
implementation 'com.google.android.material:material:1.4.0'

progress-button/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ dependencies {
4040
implementation 'com.google.android.material:material:1.4.0'
4141
testImplementation 'junit:junit:4.+'
4242
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
43-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
43+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
4444
}

0 commit comments

Comments
 (0)