From b4aef5d14ddca474716eb6e15e06bcc8e2e7626a Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 3 Sep 2020 11:44:26 +0530 Subject: [PATCH] Update compose and AGP Signed-off-by: Harsh Shandilya --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4ab4194f..9288340e 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-alpha01' + compose_version = '1.0.0-alpha02' room_version = '2.3.0-alpha02' } ext.kotlin_version = "1.4.0" @@ -10,7 +10,7 @@ buildscript { jcenter() } dependencies { - classpath "com.android.tools.build:gradle:4.2.0-alpha08" + classpath "com.android.tools.build:gradle:4.2.0-alpha09" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong