Compose to 1.5.0 stable

This commit is contained in:
Abdelilah El Aissaoui 2023-08-29 12:13:48 +02:00
parent 955a466917
commit 7f4a5dc8bb
No known key found for this signature in database
GPG key ID: 7587FC860F594869

View file

@ -9,7 +9,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.5.0-rc06"
id("org.jetbrains.compose") version "1.5.0"
}
// Remember to update Constants.APP_VERSION when changing this version