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 @@ -48,7 +48,7 @@ dependencies {
4848 androidTestImplementation(project(" :kotest-runner-android" ))
4949 androidTestImplementation(" androidx.test:runner:1.5.2" )
5050 androidTestImplementation(" androidx.test:core:1.5.0" )
51- androidTestImplementation(" androidx.test:rules:1.5.0 " )
51+ androidTestImplementation(" androidx.test:rules:1.6.1 " )
5252 androidTestImplementation(" androidx.test:core-ktx:1.5.0" )
5353
5454}
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
5151 androidTestImplementation(project(" :kotest-runner-android" ))
5252 androidTestImplementation(" androidx.test:runner:1.5.2" )
5353 androidTestImplementation(" androidx.test:core:1.5.0" )
54- androidTestImplementation(" androidx.test:rules:1.5.0 " )
54+ androidTestImplementation(" androidx.test:rules:1.6.1 " )
5555 androidTestImplementation(" androidx.test:core-ktx:1.5.0" )
5656
5757}
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
4343 testImplementation(" org.robolectric:robolectric:4.12.2" )
4444 androidTestImplementation(" androidx.test:runner:1.5.2" )
4545 androidTestImplementation(" androidx.test:core:1.5.0" )
46- androidTestImplementation(" androidx.test:rules:1.5.0 " )
46+ androidTestImplementation(" androidx.test:rules:1.6.1 " )
4747}
4848
4949tasks.withType<Test > {
Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ dependencies {
3434 androidTestImplementation(project(" :kotest-runner-android" ))
3535 androidTestImplementation(" androidx.test:runner:1.5.2" )
3636 androidTestImplementation(" androidx.test:core:1.5.0" )
37- androidTestImplementation(" androidx.test:rules:1.5.0 " )
37+ androidTestImplementation(" androidx.test:rules:1.6.1 " )
3838
3939}
You can’t perform that action at this time.
0 commit comments