Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaslogen committed Apr 12, 2024
1 parent 562d6e6 commit a5e1a75
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
@@ -1,6 +1,7 @@
[versions]
agp = "8.3.1"
agp = "8.3.2"
kotlin = '1.9.23'
ksp = '1.9.23-1.0.20'
compileSdk = '34'
minSdk = '21'
targetSdk = '34'
Expand All @@ -23,13 +24,12 @@ androidx-lifecycle = "2.7.0"
# Hilt
hilt = '2.51.1'
hilt-navigation-compose = '1.2.0'
ksp = '1.9.23-1.0.20'
# Koin
koin = '3.5.3'
koin = '3.5.6'
# Test
junit-version = '4.13.2'
kover = '0.7.6'
robolectric-version = '4.12'
robolectric-version = '4.12.1'
espresso = "3.5.1"
testRunner = "1.5.2"
testRules = "1.5.0"
Expand Down

0 comments on commit a5e1a75

Please sign in to comment.