Skip to content

Commit

Permalink
Update dependencies for minor & patch changes
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 30, 2024
1 parent a9b7d3d commit 10cde74
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
@@ -1,15 +1,15 @@
[versions]
# plugins
android-gradle = "8.3.2"
android-gradle = "8.4.0"
detekt = "1.23.6"
detekt-compose-rules = "0.3.15"
detekt-compose-rules = "0.3.19"
junit = "1.10.0.0"
ksp = "1.9.23-1.0.20"
ktlint = "3.16.0"

# production libraries
coil = "2.6.0"
compose-bom = "2024.04.00"
compose-bom = "2024.04.01"
compose-compiler = "1.5.11"
compose-material3 = "1.2.1"
hilt = "2.51.1"
Expand All @@ -30,8 +30,8 @@ test-mockk = "1.13.10"
test-turbine = "1.1.0"

# android test libraries
test-android-baseline-profile = "1.2.3"
test-android-compose-ui-test = "1.6.5"
test-android-baseline-profile = "1.2.4"
test-android-compose-ui-test = "1.6.6"
test-android-junit = "1.1.5"
test-android-profile-installer = "1.3.1"
test-android-runner = "1.5.2"
Expand Down

0 comments on commit 10cde74

Please sign in to comment.