Skip to content

Commit a2837ff

Browse files
Update dependency androidx.test:runner to v1.6.1
1 parent ddbb37e commit a2837ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ktlint = "0.48.2"
66
android-gradle-plugin = { module = "com.android.tools.build:gradle", version = "7.4.2" }
77
android-desugar-jdk-libs = { module = "com.android.tools:desugar_jdk_libs", version = "2.0.4" }
88
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version = "1.2.1" }
9-
androidx-test-runner = { module = "androidx.test:runner", version = "1.5.2" }
9+
androidx-test-runner = { module = "androidx.test:runner", version = "1.6.1" }
1010
binaryCompatibilityValidator = { module = "org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin", version = "0.16.1" }
1111
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test" }
1212
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit" }

0 commit comments

Comments
 (0)