From ac4015e6599d296207db3eb9b07b979acb2c90e1 Mon Sep 17 00:00:00 2001 From: machiav3lli Date: Sun, 16 Jan 2022 13:33:17 +0100 Subject: [PATCH] Update: Dependencies --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index cbf62fe5..4ae7e5b1 100644 --- a/build.gradle +++ b/build.gradle @@ -187,9 +187,9 @@ dependencies { implementation "androidx.compose.runtime:runtime:1.2.0-alpha01" implementation "androidx.compose.ui:ui:1.2.0-alpha01" implementation "androidx.compose.ui:ui-tooling:1.2.0-alpha01" - implementation "androidx.compose.foundation:foundation:1.1.0-rc01" - implementation "androidx.compose.foundation:foundation-layout:1.1.0-rc01" - implementation "androidx.compose.runtime:runtime-livedata:1.1.0-rc01" + implementation "androidx.compose.foundation:foundation:1.2.0-alpha01" + implementation "androidx.compose.foundation:foundation-layout:1.2.0-alpha01" + implementation "androidx.compose.runtime:runtime-livedata:1.2.0-alpha01" implementation "androidx.compose.material:material:1.2.0-alpha01" implementation "com.google.android.material:compose-theme-adapter:1.1.2" }