Skip to content

Commit

Permalink
Update various Android test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rvandermeulen authored and badboy committed Jan 2, 2025
1 parent e1e4d6d commit d3d5086
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ androidx-work = "2.9.0"
jna = "5.14.0"

# Linting and Static Analysis
detekt = "1.23.6"
detekt = "1.23.7"
ktlint = "0.50.0"

# AndroidX Testing
androidx-test-core = "1.6.1"
androidx-test-espresso = "3.6.1"
androidx-test-junit = "1.2.1"
androidx-test-runner = "1.6.1"
androidx-test-runner = "1.6.2"
androidx-test-uiautomator = "2.3.0"

# Third Party Testing
junit = "4.13.2"
mockito = "5.12.0"
mockito = "5.14.2"
mockwebserver = "4.12.0"
robolectric = "4.13"
robolectric = "4.14.1"

# Miscellaneous Gradle plugins
jacoco = "0.8.12"
Expand Down

0 comments on commit d3d5086

Please sign in to comment.