added autofill

This commit is contained in:
Leandro Schaguhn 2025-06-13 16:48:51 +02:00
parent b8d6c098ac
commit 664824b368
2 changed files with 16 additions and 7 deletions

View file

@ -11,6 +11,7 @@ composeBom = "2024.09.00"
[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
androidx-material-icons-extended = { module = "androidx.compose.material:material-icons-extended" }
junit = { group = "junit", name = "junit", version.ref = "junit" }
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }