Move few examples to 1.0.0-alpha1-rc1

This commit is contained in:
Nikolay Igotti
2021-07-31 00:19:10 +03:00
parent 87477236ec
commit 0d232be23a
5 changed files with 8 additions and 8 deletions

View File

@@ -8,10 +8,10 @@ buildscript {
dependencies {
// __LATEST_COMPOSE_RELEASE_VERSION__
classpath("org.jetbrains.compose:compose-gradle-plugin:0.4.0")
classpath("org.jetbrains.compose:compose-gradle-plugin:1.0.0-alpha1-rc1")
classpath("com.android.tools.build:gradle:4.0.1")
// __KOTLIN_COMPOSE_VERSION__
classpath(kotlin("gradle-plugin", version = "1.5.10"))
classpath(kotlin("gradle-plugin", version = "1.5.21"))
}
}