Dependency updates

Mockito core 2.25.0
AGP 3.3.2

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2019-03-15 18:33:51 +05:30
parent 6d909abde8
commit cb47792ae6
No known key found for this signature in database
GPG key ID: C2E74282C2133D62
2 changed files with 2 additions and 2 deletions

View file

@ -87,7 +87,7 @@ dependencies {
// Testing-only dependencies // Testing-only dependencies
androidTestImplementation("junit:junit:4.12") 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:runner:1.1.1")
androidTestImplementation("androidx.test:rules:1.1.1") androidTestImplementation("androidx.test:rules:1.1.1")
androidTestImplementation("androidx.test.espresso:espresso-core:3.1.1") androidTestImplementation("androidx.test.espresso:espresso-core:3.1.1")

View file

@ -7,7 +7,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { 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")) classpath(kotlin("gradle-plugin", "1.3.21"))
} }
} }