From 184dfe384ec2e62063c3cbbffe455db78828ddfd Mon Sep 17 00:00:00 2001 From: machiav3lli Date: Thu, 13 Jan 2022 01:45:27 +0100 Subject: [PATCH] Update: Dependencies --- build.gradle | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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" }