Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
25huizengek1 committed Nov 11, 2023
1 parent 1a8c160 commit eb20c57
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]
agp = "8.3.0-alpha11"
kotlin = "1.9.10"
ksp = "1.9.10-1.0.13"
agp = "8.3.0-alpha13"
kotlin = "1.9.20"
ksp = "1.9.20-1.0.14"
roborazzi = "1.8.0-alpha-4"

core-ktx = "1.12.0"
lifecycle-runtime-ktx = "2.6.2"
activity-compose = "1.8.0"
compose-bom = "2023.10.01"

compose-compiler = "1.5.3"
compose-compiler = "1.5.4"

room = "2.6.0"
destinations = "1.9.54"
Expand All @@ -18,7 +18,7 @@ glide = "4.14.2"
glide-compose = "1.0.0-beta01"

[libraries]
desugaring = { group = "com.android.tools", name = "desugar_jdk_libs", version = "2.0.3" }
desugaring = { group = "com.android.tools", name = "desugar_jdk_libs", version = "2.0.4" }

core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "core-ktx" }
activity-ktx = { group = "androidx.activity", name = "activity-ktx", version = "1.8.0" }
Expand Down

0 comments on commit eb20c57

Please sign in to comment.