Updated compose to 1.6.1
This commit is contained in:
parent
fb3b7fabae
commit
d3f189baca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user