From c1ef2e73418d1ddda7711520645a77b8c8e3cf56 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 13 Jan 2022 15:52:45 +0530 Subject: [PATCH] Update Compose (#1662) --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 54edea60..0d94b82a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ [versions] androidx_activity = "1.4.0" androidx_test = "1.4.1-alpha03" -compose = "1.1.0-rc01" +compose = "1.2.0-alpha01" composeSnapshot = "-" coroutines = "1.6.0" flowbinding = "1.2.0"