Skip to content

Commit 883b341

Browse files
committed
version increased to 1.1.9
1 parent e599441 commit 883b341

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.idea/gradle.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wheel-picker-compose/src/main/java/com/commandiron/wheel_picker_compose/core/WheelTextPicker.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import androidx.compose.ui.unit.DpSize
1111
import androidx.compose.ui.unit.dp
1212

1313
@Composable
14-
internal fun WheelTextPicker(
14+
fun WheelTextPicker(
1515
modifier: Modifier = Modifier,
1616
startIndex: Int = 0,
1717
size: DpSize = DpSize(128.dp, 128.dp),

0 commit comments

Comments
 (0)