Removing hardcoded reference to material3

pull/1663/head
ThomasSession 7 months ago
parent d897a83cd5
commit 607dae2450

@ -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"

Loading…
Cancel
Save