Skip to content

Commit ae23b30

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents f2cf415 + 2f0a3d9 commit ae23b30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencyResolutionManagement {
3131
3. Add dependency
3232
```groovy
3333
dependencies {
34-
implementation 'com.github.commandiron:WheelPickerCompose:1.0.7'
34+
implementation 'com.github.commandiron:WheelPickerCompose:1.0.8'
3535
}
3636
```
3737

@@ -46,6 +46,7 @@ WheelDateTimePicker(
4646
currentDateTime = LocalDateTime.of(
4747
2025, 10, 30, 5, 0
4848
),
49+
yearRange = 100,
4950
disablePastDateTime = true,
5051
size = DpSize(200.dp, 100.dp),
5152
textStyle = MaterialTheme.typography.titleSmall,

0 commit comments

Comments
 (0)