Updated compose to 1.5.11
This commit is contained in:
parent
9e31145a86
commit
12b370ea79
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ plugins {
|
||||||
kotlin("jvm") version "1.9.20"
|
kotlin("jvm") version "1.9.20"
|
||||||
kotlin("plugin.serialization") version "1.9.20"
|
kotlin("plugin.serialization") version "1.9.20"
|
||||||
id("com.google.devtools.ksp") version "1.9.20-1.0.14"
|
id("com.google.devtools.ksp") version "1.9.20-1.0.14"
|
||||||
id("org.jetbrains.compose") version "1.5.10"
|
id("org.jetbrains.compose") version "1.5.11"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remember to update Constants.APP_VERSION when changing this version
|
// Remember to update Constants.APP_VERSION when changing this version
|
||||||
|
|
Loading…
Reference in a new issue