Browse Source

Move todoapp to 10.0.0-rc12

pull/1523/head
Nikolay Igotti 3 years ago
parent
commit
2300750f32
  1. 2
      examples/todoapp/buildSrc/buildSrc/src/main/kotlin/Deps.kt

2
examples/todoapp/buildSrc/buildSrc/src/main/kotlin/Deps.kt

@ -13,7 +13,7 @@ object Deps {
object Compose {
// __LATEST_COMPOSE_RELEASE_VERSION__
private const val VERSION = "1.0.0-beta5"
private const val VERSION = "1.0.0-rc12"
const val gradlePlugin = "org.jetbrains.compose:compose-gradle-plugin:$VERSION"
}
}

Loading…
Cancel
Save