Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed Nov 10, 2023
1 parent 72072dc commit a79dd6c
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,8 +1,8 @@
[versions]
agp = "8.1.2"
agp = "8.1.3"
appCenter = "5.0.2"
kotlin = "1.9.10"
ksp = "1.9.10-1.0.13"
kotlin = "1.9.20"
ksp = "1.9.20-1.0.14"
lifecycle = "2.6.2"
materialDialog = "3.3.0"
sealedEnum = "0.7.0"
Expand Down Expand Up @@ -49,4 +49,4 @@ changelog = { id = "org.jetbrains.changelog", version = "2.2.0" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin", version = "10.9.1" }
aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin", version = "10.9.2" }

0 comments on commit a79dd6c

Please sign in to comment.