Skip to content

Commit

Permalink
Merge pull request #74 from Q42/chore/update-dependencies-bulk
Browse files Browse the repository at this point in the history
UPDATE kotlin, KSP, hilt, retrofit, firebase, gradle, Compose
  • Loading branch information
sebaslogen authored Aug 22, 2024
2 parents 417ee4c + d688f80 commit 2e36ce6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@ kotlinxCoroutinesTest = "1.8.1"
junit = "4.13.2"
mockkAndroid = "1.13.9"
jvmTarget = "21"
kotlin = "2.0.0"
ksp = "2.0.0-1.0.21"
gradlePlugin = "8.4.1"
kotlin = "2.0.10"
ksp = "2.0.10-1.0.24"
gradlePlugin = "8.5.2"
googleServices = "4.4.2"
crashlyticsPlugin = "3.0.2"
firebaseBOM = "33.0.0"
firebaseBOM = "33.1.2"
manesVersions = "0.44.0"
littleRobotsCatalogUpdates = "0.8.1"
hilt = "2.50"
retrofit = "2.10.0"
hilt = "2.52"
retrofit = "2.11.0"
kotlinx-serialization = "1.6.3"
retrofit2KotlinxSerializationConverter = "1.0.0"
networkResponseAdapter = "5.0.0"
napier = "2.7.1"
composeDestinations = "1.10.2"
okhttp = "4.12.0"
composePlatform = "2024.05.00"
activityCompose = "1.9.0"
composePlatform = "2024.08.00"
activityCompose = "1.9.1"
hiltNavigationCompose = "1.2.0"
composeLifecycle = "2.7.0"
composeLifecycle = "2.8.4"
turbine = "1.0.0"

[libraries]
Expand Down

0 comments on commit 2e36ce6

Please sign in to comment.