mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 13:27:46 +00:00
Dependency updates
Mockito 2.28.2 AndroidX Test 1.2.0 AndroidX Espresso 3.2.0 AGP 3.4.1 Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
parent
53b42905f1
commit
75a595f07f
@ -1,3 +1,4 @@
|
|||||||
|
import org.gradle.api.JavaVersion.*
|
||||||
import org.jetbrains.kotlin.config.KotlinCompilerVersion
|
import org.jetbrains.kotlin.config.KotlinCompilerVersion
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
@ -27,8 +28,8 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
setSourceCompatibility(JavaVersion.VERSION_1_8)
|
sourceCompatibility = VERSION_1_8
|
||||||
setTargetCompatibility(JavaVersion.VERSION_1_8)
|
targetCompatibility = VERSION_1_8
|
||||||
}
|
}
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
@ -87,9 +88,9 @@ dependencies {
|
|||||||
|
|
||||||
// Testing-only dependencies
|
// Testing-only dependencies
|
||||||
androidTestImplementation("junit:junit:4.12")
|
androidTestImplementation("junit:junit:4.12")
|
||||||
androidTestImplementation("org.mockito:mockito-core:2.27.0")
|
androidTestImplementation("org.mockito:mockito-core:2.28.2")
|
||||||
androidTestImplementation("androidx.test:runner:1.1.1")
|
androidTestImplementation("androidx.test:runner:1.2.0")
|
||||||
androidTestImplementation("androidx.test:rules:1.1.1")
|
androidTestImplementation("androidx.test:rules:1.2.0")
|
||||||
androidTestImplementation("androidx.test.espresso:espresso-core:3.1.1")
|
androidTestImplementation("androidx.test.espresso:espresso-core:3.2.0")
|
||||||
androidTestImplementation("androidx.test.espresso:espresso-intents:3.1.1")
|
androidTestImplementation("androidx.test.espresso:espresso-intents:3.2.0")
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,7 @@ buildscript {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath("com.android.tools.build:gradle:3.4.0")
|
classpath("com.android.tools.build:gradle:3.4.1")
|
||||||
classpath(kotlin("gradle-plugin", "1.3.31"))
|
classpath(kotlin("gradle-plugin", "1.3.31"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user