mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-23 13:35:33 +03:00
Merge pull request #1383 from nextcloud/dependabot/gradle/androidx.test.espresso-espresso-core-3.4.0
Bump espresso-core from 3.3.0 to 3.4.0
This commit is contained in:
commit
7874aa713f
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ dependencies {
|
|||
testImplementation "org.powermock:powermock-module-junit4:${powermockVersion}"
|
||||
testImplementation "org.powermock:powermock-api-mockito2:${powermockVersion}"
|
||||
|
||||
androidTestImplementation ('androidx.test.espresso:espresso-core:3.3.0', {
|
||||
androidTestImplementation ('androidx.test.espresso:espresso-core:3.4.0', {
|
||||
exclude group: 'com.android.support', module: 'support-annotations'
|
||||
})
|
||||
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.11.0'
|
||||
|
|
Loading…
Reference in a new issue