Updates:
- Kotlin 2.0.21
- AGP 8.6.1
- Compose Material 1.7.4
- Fragment-ktx 1.8.4
Fix:
- HapticFeedback may not work on lower Android versions
API changes:
- Namespace changed from
io.john6.base.jwheelpicker
toio.john6.base.compose.jwheelpicker
to keep the same with package name. - Since Compose Material removed material-icon-core from its dependencies, so I changed the default DialogHeader style, and the right slot now support both Icon and Text, which means
ImageVector
,ImagePainter
and String (default is android.R.string.ok) are all acceptable.