Removing hardcoded reference to material3

This commit is contained in:
ThomasSession 2024-09-11 17:10:48 +10:00
parent d897a83cd5
commit 607dae2450

View File

@ -365,7 +365,7 @@ dependencies {
implementation "androidx.compose.ui:ui-tooling" implementation "androidx.compose.ui:ui-tooling"
implementation "androidx.compose.runtime:runtime-livedata" implementation "androidx.compose.runtime:runtime-livedata"
implementation "androidx.compose.foundation:foundation-layout" 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" androidTestImplementation "androidx.compose.ui:ui-test-junit4-android"
debugImplementation "androidx.compose.ui:ui-test-manifest" debugImplementation "androidx.compose.ui:ui-test-manifest"