File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
kotest-assertions-android
kotest-extensions-android
kotest-extensions-android-tests
kotest-runner-android/kotest-runner-android-tests Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ dependencies {
52
52
implementation(" io.kotest:kotest-assertions-core:6.0.0.M6" )
53
53
54
54
androidTestImplementation(project(" :kotest-runner-android" ))
55
- androidTestImplementation(" androidx.test:runner:1.5.2 " )
55
+ androidTestImplementation(" androidx.test:runner:1.7.0 " )
56
56
androidTestImplementation(" androidx.test:core:1.5.0" )
57
57
androidTestImplementation(" androidx.test:rules:1.5.0" )
58
58
androidTestImplementation(" androidx.test:core-ktx:1.5.0" )
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dependencies {
55
55
implementation(" androidx.appcompat:appcompat:1.7.0" )
56
56
57
57
androidTestImplementation(project(" :kotest-runner-android" ))
58
- androidTestImplementation(" androidx.test:runner:1.5.2 " )
58
+ androidTestImplementation(" androidx.test:runner:1.7.0 " )
59
59
androidTestImplementation(" androidx.test:core:1.5.0" )
60
60
androidTestImplementation(" androidx.test:rules:1.5.0" )
61
61
androidTestImplementation(" androidx.test:core-ktx:1.5.0" )
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
51
51
testImplementation(" org.robolectric:robolectric:4.12.2" )
52
52
testImplementation(" androidx.test.espresso:espresso-core:3.6.1" )
53
53
testImplementation(" org.junit.vintage:junit-vintage-engine:5.11.3" )
54
- androidTestImplementation(" androidx.test:runner:1.5.2 " )
54
+ androidTestImplementation(" androidx.test:runner:1.7.0 " )
55
55
androidTestImplementation(" androidx.test:core:1.5.0" )
56
56
androidTestImplementation(" androidx.test:rules:1.5.0" )
57
57
}
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ android {
35
35
36
36
dependencies {
37
37
androidTestImplementation(project(" :kotest-runner-android" ))
38
- androidTestImplementation(" androidx.test:runner:1.5.2 " )
38
+ androidTestImplementation(" androidx.test:runner:1.7.0 " )
39
39
androidTestImplementation(" androidx.test:core:1.5.0" )
40
40
androidTestImplementation(" androidx.test:rules:1.5.0" )
41
41
You can’t perform that action at this time.
0 commit comments