fix(deps): update dependency androidx.compose:compose-bom to v2025.09.01 (#1189)
This commit is contained in:
parent
f76539743d
commit
dfc93fab39
2 changed files with 2 additions and 2 deletions
|
|
@ -190,7 +190,7 @@ fun AutoCompleteTextField(
|
|||
if (value.text.length > 2 && filteredValues.isNotEmpty()) {
|
||||
ExposedDropdownMenu(
|
||||
modifier = Modifier
|
||||
.exposedDropdownSize(matchTextFieldWidth = true),
|
||||
.exposedDropdownSize(matchAnchorWidth = true),
|
||||
expanded = expanded,
|
||||
onDismissRequest = { expanded = false },
|
||||
) {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[versions]
|
||||
compose-bom = "2025.09.00"
|
||||
compose-bom = "2025.09.01"
|
||||
|
||||
[libraries]
|
||||
activity = "androidx.activity:activity-compose:1.10.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue