From aa15800cec113a31a80fb91ecc85e4ee0a5199cc Mon Sep 17 00:00:00 2001 From: machiav3lli Date: Sat, 16 Jul 2022 01:53:25 +0200 Subject: [PATCH] Update Dependencies --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 12c74459aa..8c8c18854c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -214,7 +214,7 @@ dependencies { implementation("androidx.savedstate:savedstate-ktx:1.2.0") implementation("androidx.preference:preference-ktx:1.2.0") implementation("androidx.recyclerview:recyclerview:1.2.1") - implementation("com.google.android.material:material:1.7.0-alpha02") + implementation("com.google.android.material:material:1.7.0-alpha03") implementation("com.jaredrummler:colorpicker:1.1.0") // Libs @@ -243,7 +243,7 @@ dependencies { implementation("androidx.activity:activity-compose:1.5.0") implementation("io.coil-kt:coil-compose:2.1.0") implementation("io.github.fornewid:material-motion-compose-core:0.8.4") - implementation("com.google.android.material:compose-theme-adapter-3:1.0.13") + implementation("com.google.android.material:compose-theme-adapter-3:1.0.14") //Accompanist implementation("com.google.accompanist:accompanist-flowlayout:$vAccompanist")