Kotlin 1.4.31 (#13)

* Kotlin 1.4.31

* Updated CI add-path disabled command to new more secure environment file.

* Properly setting up Android in CI
This commit is contained in:
Salomon BRYS
2021-03-08 16:50:25 +01:00
committed by GitHub
parent bb25eb21b7
commit 7d22d835a5
6 changed files with 97 additions and 26 deletions

View File

@@ -38,8 +38,8 @@ kotlin {
}
sourceSets["androidTest"].dependencies {
implementation(kotlin("test-junit"))
implementation("androidx.test.ext:junit:1.1.1")
implementation("androidx.test.espresso:espresso-core:3.2.0")
implementation("androidx.test.ext:junit:1.1.2")
implementation("androidx.test.espresso:espresso-core:3.3.0")
}
}