File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
kotest-assertions-android
kotest-extensions-android
kotest-extensions-android-tests Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dependencies {
55
55
androidTestImplementation(" androidx.test:runner:1.5.2" )
56
56
androidTestImplementation(" androidx.test:core:1.5.0" )
57
57
androidTestImplementation(" androidx.test:rules:1.5.0" )
58
- androidTestImplementation(" androidx.test:core-ktx:1.5.0 " )
58
+ androidTestImplementation(" androidx.test:core-ktx:1.6.1 " )
59
59
60
60
}
61
61
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ dependencies {
58
58
androidTestImplementation(" androidx.test:runner:1.5.2" )
59
59
androidTestImplementation(" androidx.test:core:1.5.0" )
60
60
androidTestImplementation(" androidx.test:rules:1.5.0" )
61
- androidTestImplementation(" androidx.test:core-ktx:1.5.0 " )
61
+ androidTestImplementation(" androidx.test:core-ktx:1.6.1 " )
62
62
63
63
}
64
64
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ android {
45
45
46
46
47
47
dependencies {
48
- implementation(" androidx.test:core-ktx:1.5.0 " )
48
+ implementation(" androidx.test:core-ktx:1.6.1 " )
49
49
testImplementation(project(" :kotest-extensions-android" ))
50
50
testImplementation(" io.kotest:kotest-runner-junit5:5.9.1" )
51
51
testImplementation(" org.robolectric:robolectric:4.12.2" )
You can’t perform that action at this time.
0 commit comments