Skip to content

Commit

Permalink
Update Kotlin and Compose Compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent 11711b4 commit 0c4af34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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"
coroutines = "1.7.3"

java-target = "1.8"
Expand All @@ -10,14 +10,14 @@ android-min = "21"
android-target = "34"
android-compile = "34"

androidx-compose-compiler = "1.5.3"
androidx-compose-compiler = "1.5.4"
androidx-compose-runtime = "1.5.4"
androidx-compose-ui = "1.5.4"
androidx-compose-foundation = "1.5.4"
androidx-compose-material = "1.5.4"
androidx-compose-material3 = "1.1.2"
jetbrains-compose = "1.5.10"
jetbrains-compose-compiler = "1.5.2"
jetbrains-compose-compiler = "1.5.3"

androidx-activity = "1.8.0"
androidx-annotation = "1.7.0"
Expand Down

0 comments on commit 0c4af34

Please sign in to comment.