Updated compose to 1.6.1

This commit is contained in:
Abdelilah El Aissaoui 2024-03-20 23:43:45 +01:00
parent fb3b7fabae
commit d3f189baca
No known key found for this signature in database
GPG Key ID: 7587FC860F594869

View File

@ -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