Move to 0.3.2.

This commit is contained in:
Nikolay Igotti
2021-03-02 09:51:12 +03:00
parent b68f5995b7
commit 2f7f05babd
15 changed files with 30 additions and 28 deletions

View File

@@ -9,10 +9,10 @@ buildscript {
dependencies {
// __LATEST_COMPOSE_RELEASE_VERSION__
classpath("org.jetbrains.compose:compose-gradle-plugin:0.3.1")
classpath("org.jetbrains.compose:compose-gradle-plugin:0.3.2")
classpath("com.android.tools.build:gradle:4.0.1")
// __KOTLIN_COMPOSE_VERSION__
classpath(kotlin("gradle-plugin", version = "1.4.30"))
classpath(kotlin("gradle-plugin", version = "1.4.31"))
}
}