mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-21 15:05:19 +00:00
Removing hardcoded reference to material3
This commit is contained in:
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…
Reference in New Issue
Block a user