From 05488353ca6b8ca99b2d7c7d178977aacd344a29 Mon Sep 17 00:00:00 2001 From: Nikolay Igotti Date: Tue, 3 Aug 2021 10:32:09 +0300 Subject: [PATCH] MOved todoapp to 1.0.0-alpha1-rc3 --- examples/todoapp/buildSrc/buildSrc/src/main/kotlin/Deps.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/todoapp/buildSrc/buildSrc/src/main/kotlin/Deps.kt b/examples/todoapp/buildSrc/buildSrc/src/main/kotlin/Deps.kt index 93339e01fc..518b126d73 100644 --- a/examples/todoapp/buildSrc/buildSrc/src/main/kotlin/Deps.kt +++ b/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" } }