From a3e05036138938ea8ab36ca3411f7e82df7184c7 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 27 Aug 2020 02:50:28 +0530 Subject: [PATCH] build: update compose Signed-off-by: Harsh Shandilya --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d8fa6237..7665d2d2 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext { - compose_version = '0.1.0-dev17' + compose_version = '1.0.0-alpha01' } ext.kotlin_version = "1.4.0" repositories {