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 @@ -53,7 +53,7 @@ dependencies {
53
53
54
54
androidTestImplementation(project(" :kotest-runner-android" ))
55
55
androidTestImplementation(" androidx.test:runner:1.5.2" )
56
- androidTestImplementation(" androidx.test:core:1.5 .0" )
56
+ androidTestImplementation(" androidx.test:core:1.7 .0" )
57
57
androidTestImplementation(" androidx.test:rules:1.5.0" )
58
58
androidTestImplementation(" androidx.test:core-ktx:1.5.0" )
59
59
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ dependencies {
56
56
57
57
androidTestImplementation(project(" :kotest-runner-android" ))
58
58
androidTestImplementation(" androidx.test:runner:1.5.2" )
59
- androidTestImplementation(" androidx.test:core:1.5 .0" )
59
+ androidTestImplementation(" androidx.test:core:1.7 .0" )
60
60
androidTestImplementation(" androidx.test:rules:1.5.0" )
61
61
androidTestImplementation(" androidx.test:core-ktx:1.5.0" )
62
62
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ dependencies {
52
52
testImplementation(" androidx.test.espresso:espresso-core:3.6.1" )
53
53
testImplementation(" org.junit.vintage:junit-vintage-engine:5.11.3" )
54
54
androidTestImplementation(" androidx.test:runner:1.5.2" )
55
- androidTestImplementation(" androidx.test:core:1.5 .0" )
55
+ androidTestImplementation(" androidx.test:core:1.7 .0" )
56
56
androidTestImplementation(" androidx.test:rules:1.5.0" )
57
57
}
58
58
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ android {
36
36
dependencies {
37
37
androidTestImplementation(project(" :kotest-runner-android" ))
38
38
androidTestImplementation(" androidx.test:runner:1.5.2" )
39
- androidTestImplementation(" androidx.test:core:1.5 .0" )
39
+ androidTestImplementation(" androidx.test:core:1.7 .0" )
40
40
androidTestImplementation(" androidx.test:rules:1.5.0" )
41
41
42
42
}
You can’t perform that action at this time.
0 commit comments