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" }