From cd82033fcfaa82c24692c2d996d5ba9a64bc361e Mon Sep 17 00:00:00 2001 From: Patryk Michalik Date: Thu, 11 Mar 2021 15:51:35 +0100 Subject: [PATCH] =?UTF-8?q?Update=20=E2=80=98androidx.activity:activity-co?= =?UTF-8?q?mpose=E2=80=99=20and=20=E2=80=98androidx.lifecycle:lifecycle-vi?= =?UTF-8?q?ewmodel-compose=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 47bed31bbe..a25cd144df 100644 --- a/build.gradle +++ b/build.gradle @@ -241,8 +241,8 @@ dependencies { implementation "androidx.compose.material:material:$compose_version" implementation "androidx.compose.material:material-icons-core:$compose_version" implementation "androidx.compose.material:material-icons-extended:$compose_version" - implementation 'androidx.activity:activity-compose:1.3.0-alpha03' - implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha02' + implementation 'androidx.activity:activity-compose:1.3.0-alpha04' + implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha03' implementation "androidx.compose.runtime:runtime-livedata:$compose_version" implementation "androidx.compose.runtime:runtime-rxjava2:$compose_version" implementation "androidx.compose.compiler:compiler:$compose_version"