diff --git a/build.gradle b/build.gradle index aec691ca..cbf62fe5 100644 --- a/build.gradle +++ b/build.gradle @@ -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" }