fix(deps): update dependency androidx.compose:compose-bom to v2025.09.01 (#1189)

This commit is contained in:
Cuong-Tran 2025-10-06 14:25:15 +07:00 committed by GitHub
parent f76539743d
commit dfc93fab39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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 },
) {

View file

@ -1,5 +1,5 @@
[versions]
compose-bom = "2025.09.00"
compose-bom = "2025.09.01"
[libraries]
activity = "androidx.activity:activity-compose:1.10.1"