aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2019-03-15 18:33:51 +0530
committerHarsh Shandilya <msfjarvis@gmail.com>2019-03-15 18:33:51 +0530
commitcb47792ae6a1d6033b1cac7164b3e5527610882c (patch)
tree9d7539cf0ab80e32feabf78135f7d67e39a66077 /app
parent6d909abde8990936cf446c72273d484c73172996 (diff)
Dependency updates
Mockito core 2.25.0 AGP 3.3.2 Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index 6c5d2e9a..5c7a58df 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -87,7 +87,7 @@ dependencies {
// Testing-only dependencies
androidTestImplementation("junit:junit:4.12")
- androidTestImplementation("org.mockito:mockito-core:2.24.5")
+ androidTestImplementation("org.mockito:mockito-core:2.25.0")
androidTestImplementation("androidx.test:runner:1.1.1")
androidTestImplementation("androidx.test:rules:1.1.1")
androidTestImplementation("androidx.test.espresso:espresso-core:3.1.1")