Update Dependencies

This commit is contained in:
machiav3lli 2022-04-01 01:41:46 +02:00
parent 0cea4ac6d1
commit 99e15e35b3

View File

@ -136,7 +136,7 @@ dependencies {
implementation "androidx.navigation:navigation-ui-ktx:2.5.0-alpha03"
// Material3
implementation 'com.google.android.material:material:1.6.0-alpha03'
implementation 'com.google.android.material:material:1.6.0-beta01'
// Coil
implementation 'io.coil-kt:coil:2.0.0-rc02'
@ -163,21 +163,25 @@ dependencies {
// Coroutines / Lifecycle
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0'
// Room
implementation 'androidx.room:room-runtime:2.4.2'
implementation 'androidx.room:room-ktx:2.4.2'
implementation 'androidx.room:room-rxjava3:2.4.2'
kapt 'androidx.room:room-compiler:2.4.2'
// Compose
implementation "androidx.compose.runtime:runtime:1.2.0-alpha05"
implementation "androidx.compose.ui:ui:1.2.0-alpha05"
implementation "androidx.compose.ui:ui-tooling:1.2.0-alpha05"
implementation "androidx.compose.foundation:foundation:1.2.0-alpha05"
implementation "androidx.compose.runtime:runtime-livedata:1.2.0-alpha05"
implementation "androidx.compose.material3:material3:1.0.0-alpha07"
implementation "androidx.compose.material:material:1.2.0-alpha05"
implementation "androidx.compose.animation:animation:1.2.0-alpha05"
implementation "androidx.compose.material:material-icons-extended:1.2.0-alpha05"
implementation "com.google.android.material:compose-theme-adapter:1.1.5"
implementation "androidx.compose.runtime:runtime:1.2.0-alpha06"
implementation "androidx.compose.ui:ui:1.2.0-alpha06"
implementation "androidx.compose.ui:ui-tooling:1.2.0-alpha06"
implementation "androidx.compose.foundation:foundation:1.2.0-alpha06"
implementation "androidx.compose.runtime:runtime-livedata:1.2.0-alpha06"
implementation "androidx.compose.material3:material3:1.0.0-alpha08"
implementation "androidx.compose.material:material:1.2.0-alpha06"
implementation "androidx.compose.animation:animation:1.2.0-alpha06"
implementation "androidx.compose.material:material-icons-extended:1.2.0-alpha06"
implementation "com.google.android.material:compose-theme-adapter:1.1.6"
}
// using a task as a preBuild dependency instead of a function that takes some time insures that it runs