We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2cf415 + 2f0a3d9 commit ae23b30Copy full SHA for ae23b30
README.md
@@ -31,7 +31,7 @@ dependencyResolutionManagement {
31
3. Add dependency
32
```groovy
33
dependencies {
34
- implementation 'com.github.commandiron:WheelPickerCompose:1.0.7'
+ implementation 'com.github.commandiron:WheelPickerCompose:1.0.8'
35
}
36
```
37
@@ -46,6 +46,7 @@ WheelDateTimePicker(
46
currentDateTime = LocalDateTime.of(
47
2025, 10, 30, 5, 0
48
),
49
+ yearRange = 100,
50
disablePastDateTime = true,
51
size = DpSize(200.dp, 100.dp),
52
textStyle = MaterialTheme.typography.titleSmall,
0 commit comments