Update AuthenticationScreen

This commit is contained in:
Andres Gomez, Thomas (ITDV CC) - AF (ext) 2023-07-17 15:38:23 +02:00
parent fb31de8130
commit 70c25b0fc5
10 changed files with 477 additions and 40 deletions

View file

@ -84,6 +84,7 @@ dependencies {
// Compose
implementation("androidx.compose.ui:ui:1.4.3")
implementation("androidx.compose.ui:ui-util:1.4.3")
implementation("androidx.compose.ui:ui-graphics:1.4.3")
implementation("androidx.compose.ui:ui-tooling-preview:1.4.3")
implementation("androidx.compose.material:material:1.4.3")