Browse Source

MOved todoapp to 1.0.0-alpha1-rc3

pull/980/head
Nikolay Igotti 3 years ago
parent
commit
05488353ca
  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-alpha1-rc1"
private const val VERSION = "1.0.0-alpha1-rc3"
const val gradlePlugin = "org.jetbrains.compose:compose-gradle-plugin:$VERSION"
}
}

Loading…
Cancel
Save