Update: Dependencies

This commit is contained in:
machiav3lli 2022-01-16 13:33:17 +01:00
parent c6c0dcc3f7
commit ac4015e659

View File

@ -187,9 +187,9 @@ dependencies {
implementation "androidx.compose.runtime:runtime:1.2.0-alpha01" implementation "androidx.compose.runtime:runtime:1.2.0-alpha01"
implementation "androidx.compose.ui:ui: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.ui:ui-tooling:1.2.0-alpha01"
implementation "androidx.compose.foundation:foundation:1.1.0-rc01" implementation "androidx.compose.foundation:foundation:1.2.0-alpha01"
implementation "androidx.compose.foundation:foundation-layout:1.1.0-rc01" implementation "androidx.compose.foundation:foundation-layout:1.2.0-alpha01"
implementation "androidx.compose.runtime:runtime-livedata:1.1.0-rc01" implementation "androidx.compose.runtime:runtime-livedata:1.2.0-alpha01"
implementation "androidx.compose.material:material:1.2.0-alpha01" implementation "androidx.compose.material:material:1.2.0-alpha01"
implementation "com.google.android.material:compose-theme-adapter:1.1.2" implementation "com.google.android.material:compose-theme-adapter:1.1.2"
} }