From 607dae24503986f1ae905fd02a5dc9a4b4bc7a11 Mon Sep 17 00:00:00 2001 From: ThomasSession Date: Wed, 11 Sep 2024 17:10:48 +1000 Subject: [PATCH] Removing hardcoded reference to material3 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 639f6b331c..bf19aa5c44 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -365,7 +365,7 @@ dependencies { implementation "androidx.compose.ui:ui-tooling" implementation "androidx.compose.runtime:runtime-livedata" implementation "androidx.compose.foundation:foundation-layout" - implementation "androidx.compose.material3:material3:1.3.0" + implementation "androidx.compose.material3:material3" androidTestImplementation "androidx.compose.ui:ui-test-junit4-android" debugImplementation "androidx.compose.ui:ui-test-manifest"