Skip to content

Releases: ReturDev/MultiPickers

1.0.1

19 Jul 21:40

Choose a tag to compare

🚀 Version 1.0.1 – Modernization & Improvements

This release includes significant upgrades and enhancements to keep the project aligned with the latest Android and Kotlin standards.

🔧 Core Updates


SDK Versions: Updated compileSdk and targetSdk from 34 to 36 for improved compatibility and performance on newer Android versions.

Gradle & Kotlin:

Gradle updated to 8.14.3

Kotlin updated to 2.0.0

Applied new plugin: kotlin.plugin.compose for better Compose support

🎨 Jetpack Compose


Migrated to Compose BOM 2025.07.00

Updated to latest stable versions of:

activity-compose

lifecycle-runtime-ktx

📦 Publishing Enhancements

Improved Maven publishing setup with dokka support for Javadoc generation

1.0.0

07 Mar 12:03

Choose a tag to compare

Release Notes

  • Text Picker: Added a component for text selection.
  • Number Picker: Introduced a component for selecting numbers.
  • Time Picker: Implemented a component for time selection.