We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d944b commit 69de767Copy full SHA for 69de767
kotest-extensions-android/build.gradle.kts
@@ -52,7 +52,7 @@ dependencies {
52
implementation("io.kotest:kotest-framework-engine:6.0.0.M6")
53
implementation("org.robolectric:robolectric:4.12.2")
54
implementation("junit:junit:4.13.2")
55
- implementation("androidx.appcompat:appcompat:1.7.0")
+ implementation("androidx.appcompat:appcompat:1.7.1")
56
57
androidTestImplementation(project(":kotest-runner-android"))
58
androidTestImplementation("androidx.test:runner:1.5.2")
0 commit comments