Dependency updates
Mockito core 2.25.0 AGP 3.3.2 Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
parent
6d909abde8
commit
cb47792ae6
2 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||||
|
|
|
@ -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"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue