Skip to content

Commit

Permalink
Update androidx.test and friends
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and RBusarow committed Jul 13, 2024
1 parent fc360e5 commit 8883615
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
agp = "7.3.1"
androidx-appcompat = "1.6.1"
androidx-core = "1.3.0"
androidx-test-core = "1.5.0"
androidx-test-rules = "1.5.0"
androidx-test-runner = "1.5.2"
androidx-test-ext = "1.1.5"
androidx-test-core = "1.6.1"
androidx-test-rules = "1.6.1"
androidx-test-runner = "1.6.1"
androidx-test-ext = "1.2.1"
autoService = "1.1.1"
autoValue = "1.11.0"
buildconfig = "5.3.5"
Expand Down Expand Up @@ -143,4 +143,4 @@ ktlintRaw = { module = "org.jlleitschuh.gradle:ktlint-gradle", version.ref = "kt

mavenPublishRaw = { module = "com.vanniktech:gradle-maven-publish-plugin", version.ref = "mavenPublish" }

truth = "com.google.truth:truth:1.4.2"
truth = "com.google.truth:truth:1.4.4"

0 comments on commit 8883615

Please sign in to comment.