Skip to content

Commit

Permalink
Updated compose to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JetpackDuba committed Mar 20, 2024
1 parent fb3b7fa commit d3f189b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
kotlin("jvm") version "1.9.20"
kotlin("plugin.serialization") version "1.9.20"
id("com.google.devtools.ksp") version "1.9.20-1.0.14"
id("org.jetbrains.compose") version "1.6.0"
id("org.jetbrains.compose") version "1.6.1"
}

// Remember to update Constants.APP_VERSION when changing this version
Expand Down

0 comments on commit d3f189b

Please sign in to comment.