Skip to content

Commit

Permalink
Update dependency androidx.test:runner to v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 19, 2023
1 parent 23d0461 commit 818e7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Expand Up @@ -45,7 +45,7 @@ guava = { module = "com.google.guava:guava", version = "32.1.2-jre" }
android = { module = "com.google.android:android", version = "4.1.1.4" }
animalSnifferAnnotations = { module = "org.codehaus.mojo:animal-sniffer-annotations", version = "1.23" }
findBugsAnnotations = { module = "com.google.code.findbugs:jsr305", version = "3.0.2" }
androidxTestRunner = { module = "androidx.test:runner", version = "1.4.0" }
androidxTestRunner = { module = "androidx.test:runner", version = "1.5.2" }
rxjava = { module = "io.reactivex:rxjava", version = "1.3.8" }
rxjava2 = { module = "io.reactivex.rxjava2:rxjava", version = "2.2.21" }
rxjava3 = { module = "io.reactivex.rxjava3:rxjava", version = "3.1.7" }
Expand Down

0 comments on commit 818e7be

Please sign in to comment.