Update: Dependencies

This commit is contained in:
machiav3lli 2022-01-13 01:45:27 +01:00
parent 4aeb0a5709
commit 184dfe384e

View File

@ -178,19 +178,19 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0'
// Room
implementation 'androidx.room:room-runtime:2.4.0'
implementation 'androidx.room:room-ktx:2.4.0'
implementation 'androidx.room:room-rxjava3:2.4.0'
kapt 'androidx.room:room-compiler:2.4.0'
implementation 'androidx.room:room-runtime:2.4.1'
implementation 'androidx.room:room-ktx:2.4.1'
implementation 'androidx.room:room-rxjava3:2.4.1'
kapt 'androidx.room:room-compiler:2.4.1'
// Compose
implementation "androidx.compose.runtime:runtime:1.1.0-rc01"
implementation "androidx.compose.ui:ui:1.1.0-rc01"
implementation "androidx.compose.ui:ui-tooling:1.1.0-rc01"
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.material:material:1.1.0-rc01"
implementation "androidx.compose.material:material:1.2.0-alpha01"
implementation "com.google.android.material:compose-theme-adapter:1.1.2"
}