Updated compose to 1.2.1
This commit is contained in:
parent
19e238640a
commit
45ad7f64ac
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ plugins {
|
|||
kotlin("jvm") version "1.7.10"
|
||||
kotlin("kapt") version "1.7.10"
|
||||
kotlin("plugin.serialization") version "1.7.10"
|
||||
id("org.jetbrains.compose") version "1.2.0"
|
||||
id("org.jetbrains.compose") version "1.2.1"
|
||||
}
|
||||
|
||||
// Remember to update Constants.APP_VERSION when changing this version
|
||||
|
|
Loading…
Reference in a new issue