mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-21 20:47:03 -05:00
Bump Compose dependencies
This commit is contained in:
parent
cb4699a5bb
commit
da25322572
2 changed files with 6 additions and 4 deletions
|
@ -145,12 +145,14 @@ fun TrackDateSelector(
|
||||||
)
|
)
|
||||||
AlertDialogContent(
|
AlertDialogContent(
|
||||||
modifier = Modifier.windowInsetsPadding(WindowInsets.systemBars),
|
modifier = Modifier.windowInsetsPadding(WindowInsets.systemBars),
|
||||||
|
title = { Text(text = title) },
|
||||||
content = {
|
content = {
|
||||||
Column {
|
Column {
|
||||||
DatePicker(
|
DatePicker(
|
||||||
state = pickerState,
|
state = pickerState,
|
||||||
title = { Text(text = title) },
|
|
||||||
dateValidator = dateValidator,
|
dateValidator = dateValidator,
|
||||||
|
title = null,
|
||||||
|
headline = null,
|
||||||
showModeToggle = false,
|
showModeToggle = false,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[versions]
|
[versions]
|
||||||
compiler = "1.4.3"
|
compiler = "1.4.4"
|
||||||
compose-bom = "2023.02.00-rc02"
|
compose-bom = "2023.03.00"
|
||||||
accompanist = "0.29.1-alpha"
|
accompanist = "0.30.0"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
activity = "androidx.activity:activity-compose:1.7.0"
|
activity = "androidx.activity:activity-compose:1.7.0"
|
||||||
|
|
Loading…
Reference in a new issue