Skip to content

Commit 387bd79

Browse files
⬆ Update dependency androidx.core:core-ktx to v1.13.1
1 parent 59bb088 commit 387bd79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotest-assertions-android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ configurations {
4242
}
4343

4444
dependencies {
45-
implementation("androidx.core:core-ktx:1.10.0")
45+
implementation("androidx.core:core-ktx:1.13.1")
4646
implementation("io.kotest:kotest-assertions-core:5.9.1")
4747

4848
androidTestImplementation(project(":kotest-runner-android"))

0 commit comments

Comments
 (0)