Improve password field.

This commit is contained in:
Benoit Marty 2022-11-22 10:58:15 +01:00
parent 1ba025ed30
commit 7a0f2462d1
2 changed files with 23 additions and 3 deletions

View file

@ -19,6 +19,7 @@ dependencies {
implementation("androidx.compose.ui:ui")
implementation("androidx.compose.material:material")
implementation("androidx.compose.material3:material3")
implementation("androidx.compose.material:material-icons-extended")
implementation("androidx.compose.ui:ui-tooling-preview")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.5.1")
implementation("androidx.activity:activity-compose:1.6.1")