From 43e9b000d976ff9f80b98c8fb8d974b5b1d38998 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 17 Sep 2020 01:46:04 +0530 Subject: [PATCH] build: update Compose --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8e83be8f..2fa049ef 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 = '1.0.0-alpha02' + compose_version = '1.0.0-alpha03' dagger_version = '2.29.1' hilt_version = '2.29-alpha' kotlin_version = '1.4.10'