Skip to content

Commit 62c50fc

Browse files
authored
Merge pull request #127 from marosseleng/feature/v0.7.2
Prepare v0.7.2.
2 parents 58fb296 + 2c09a36 commit 62c50fc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
3434
To use this library in your project, in your app module's `build.gradle.kts` add:

datetimepickers/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"])

0 commit comments

Comments
 (0)