Skip to content

Commit

Permalink
Merge pull request #368 from skydoves/kotlin/1.9.20
Browse files Browse the repository at this point in the history
Update Kotlin to 1.9.20 and Compose compiler to 1.5.4
  • Loading branch information
skydoves authored Nov 8, 2023
2 parents 933da28 + 9981b9b commit d0c5f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "1.9.10"
kotlin = "1.9.20"
dokka = "1.9.10"
jvmTarget = "11"
nexusPlugin = "1.3.0"
Expand All @@ -9,7 +9,7 @@ androidGradlePlugin = "8.1.3"
androidxActivity = "1.8.0"
androidxMaterial = "1.10.0"
androidxComposeBom = "2023.10.01"
androidxComposeCompiler = "1.5.3"
androidxComposeCompiler = "1.5.4"
androidxComposeConstraintLayout = "1.0.1"
androidxCore = "1.12.0"
androidxTestRunner = "1.5.2"
Expand Down

0 comments on commit d0c5f3d

Please sign in to comment.