Skip to content

Commit

Permalink
Update multiple dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
christiandeange committed Dec 2, 2023
1 parent 6c1e7c3 commit aa1bef0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[versions]
agp = "8.1.3"
agp = "8.1.4"
buildconfig = "4.1.2"
compose = "1.5.3"
kotlin = "1.9.10"
compose = "1.5.11"
kotlin = "1.9.21"
kotlinx-abi-plugin = "0.13.2"
kotlinx-datetime = "0.5.0"
kotlininject = "0.6.3"
ksp = "1.9.10-1.0.13"
ksp = "1.9.21-1.0.15"
kstore = "0.6.0"
ktor = "2.3.6"
maven-publish = "0.25.3"
moshi = "1.15.0"
serialization = "1.6.0"
workflow = "1.12.1-beta01"
serialization = "1.6.2"
workflow = "1.12.1-beta04"

[libraries]
agp = { module = "com.android.tools.build:gradle", version.ref = "agp" }
Expand Down

0 comments on commit aa1bef0

Please sign in to comment.