Updated compose version to 1.1.1

This commit is contained in:
Abdelilah El Aissaoui 2022-03-26 05:05:23 +01:00
parent fc821ecb92
commit f56e114f0f

View File

@ -8,7 +8,7 @@ plugins {
kotlin("kapt") version "1.6.10"
kotlin("plugin.serialization") version "1.6.10"
// __LATEST_COMPOSE_RELEASE_VERSION__
id("org.jetbrains.compose") version "1.1.0"
id("org.jetbrains.compose") version "1.1.1"
}
group = "aeab13.github"