mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 23:35:04 +01:00
Bump Compose dependencies
This commit is contained in:
parent
cb4699a5bb
commit
da25322572
@ -145,12 +145,14 @@ fun TrackDateSelector(
|
||||
)
|
||||
AlertDialogContent(
|
||||
modifier = Modifier.windowInsetsPadding(WindowInsets.systemBars),
|
||||
title = { Text(text = title) },
|
||||
content = {
|
||||
Column {
|
||||
DatePicker(
|
||||
state = pickerState,
|
||||
title = { Text(text = title) },
|
||||
dateValidator = dateValidator,
|
||||
title = null,
|
||||
headline = null,
|
||||
showModeToggle = false,
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
[versions]
|
||||
compiler = "1.4.3"
|
||||
compose-bom = "2023.02.00-rc02"
|
||||
accompanist = "0.29.1-alpha"
|
||||
compiler = "1.4.4"
|
||||
compose-bom = "2023.03.00"
|
||||
accompanist = "0.30.0"
|
||||
|
||||
[libraries]
|
||||
activity = "androidx.activity:activity-compose:1.7.0"
|
||||
|
Loading…
Reference in New Issue
Block a user