File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ Highly customizable Jetpack Compose components with material3 support for date &
2020
2121## Latest version
2222
23- ### 0.7.0 ([ Changelog] ( https://github.com/marosseleng/compose-material3-datetime-pickers/compare/v0.7.0 ...v0.7.1 ) )
23+ ### 0.7.2 ([ Changelog] ( https://github.com/marosseleng/compose-material3-datetime-pickers/compare/v0.7.1 ...v0.7.2 ) )
2424
2525## Versions
2626| Dependency | Version |
2727| :--------------------------------------------------------------------------------------------------| -------------:|
28- | Kotlin | ` 1.8.10 ` |
29- | Compose compiler | ` 1.4.3 ` |
30- | [ Compose BOM] ( https://maven.google.com/web/index.html?q=compose-bom#androidx.compose:compose-bom ) | ` 2023.01.00 ` |
31- | Material3 | ` 1.0.1 ` |
28+ | Kotlin | ` 1.8.21 ` |
29+ | Compose compiler | ` 1.4.7 ` |
30+ | [ Compose BOM] ( https://maven.google.com/web/index.html?q=compose-bom#androidx.compose:compose-bom ) | ` 2023.05.01 ` |
31+ | Material3 | ` 1.1.0 ` |
3232
3333## Usage
3434To use this library in your project, in your app module's ` build.gradle.kts ` add:
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ publishing {
8686 register<MavenPublication >(" release" ) {
8787 groupId = " com.marosseleng.android"
8888 artifactId = " compose-material3-datetime-pickers"
89- version = " 0.7.1 "
89+ version = " 0.7.2 "
9090
9191 afterEvaluate {
9292 from(components[" release" ])
You can’t perform that action at this time.
0 commit comments