aboutsummaryrefslogtreecommitdiff
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
parent6d909abde8990936cf446c72273d484c73172996 (diff)
Dependency updates
Mockito core 2.25.0 AGP 3.3.2 Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
-rw-r--r--app/build.gradle.kts2
-rw-r--r--build.gradle.kts2
2 files changed, 2 insertions, 2 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")
diff --git a/build.gradle.kts b/build.gradle.kts
index dc9ef005..5e039f4d 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -7,7 +7,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath("com.android.tools.build:gradle:3.3.1")
+ classpath("com.android.tools.build:gradle:3.3.2")
classpath(kotlin("gradle-plugin", "1.3.21"))
}
}