Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2021-04-27 23:24:21 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2021-04-27 23:45:19 +0300
commit068558f9cf94de588d83b0eae3a9134286e54885 (patch)
treea2040407d9688acb9aeea7c02947defa431b191d /app/build.gradle
parentf1f5c3b19c3741a9daf4082af8247594b2414342 (diff)
bump espresso and junit to latest patch version
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 3f9412a79..3b8a6bd4d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -277,13 +277,13 @@ dependencies {
implementation 'com.github.tobiaskaminsky:ImagePicker:extraFile-SNAPSHOT'
implementation 'com.elyeproj.libraries:loaderviewlibrary:2.0.0'
- testImplementation 'junit:junit:4.13'
+ testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:3.9.0'
testImplementation "org.powermock:powermock-core:${powermockVersion}"
testImplementation "org.powermock:powermock-module-junit4:${powermockVersion}"
testImplementation "org.powermock:powermock-api-mockito2:${powermockVersion}"
- androidTestImplementation ('androidx.test.espresso:espresso-core:3.1.0-alpha4', {
+ androidTestImplementation ('androidx.test.espresso:espresso-core:3.3.0', {
exclude group: 'com.android.support', module: 'support-annotations'
})
findbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.11.0'