Skip to content

Commit

Permalink
Update dependencies: Kotlin 1.9.20 + KSP, Compose compiler 1.5.4, Hil…
Browse files Browse the repository at this point in the history
…t & AGP 8.1.3
  • Loading branch information
sebaslogen committed Nov 13, 2023
1 parent 1eaf54c commit 3ffb5e8
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 11 deletions.
1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

5 changes: 2 additions & 3 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/migrations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ junit = "4.13.2"
mockkAndroid = "1.13.8"
kotlinCompilerExtensionVersion = "1.5.3"
jvmTarget = "17"
kotlin = "1.9.10"
gradlePlugin = "8.1.0"
kotlin = "1.9.20"
gradlePlugin = "8.1.3"
manesVersions = "0.44.0"
littleRobotsCatalogUpdates = "0.8.1"
hilt = "2.48.1"
ksp = "1.9.10-1.0.13"
ksp = "1.9.20-1.0.14"
retrofit = "2.9.0"
moshi = "1.15.0"
networkResponseAdapter = "5.0.0"
napier = "2.6.1"
composeDestinations = "1.9.54"
okhttp = "4.12.0"
composePlatform = "2023.09.01"
activityCompose = "1.7.2"
hiltNavigationCompose = "1.1.0-alpha01"
composePlatform = "2023.10.01"
activityCompose = "1.8.0"
hiltNavigationCompose = "1.1.0"
composeLifecycle = "2.6.2"
turbine = "1.0.0"

Expand Down

0 comments on commit 3ffb5e8

Please sign in to comment.