Skip to content

Commit

Permalink
Merge pull request #127 from marosseleng/feature/v0.7.2
Browse files Browse the repository at this point in the history
Prepare v0.7.2.
  • Loading branch information
marosseleng authored Jun 6, 2023
2 parents 58fb296 + 2c09a36 commit 62c50fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ Highly customizable Jetpack Compose components with material3 support for date &

## Latest version

### 0.7.0 ([Changelog](https://github.com/marosseleng/compose-material3-datetime-pickers/compare/v0.7.0...v0.7.1))
### 0.7.2 ([Changelog](https://github.com/marosseleng/compose-material3-datetime-pickers/compare/v0.7.1...v0.7.2))

## Versions
| Dependency | Version |
|:--------------------------------------------------------------------------------------------------|-------------:|
| Kotlin | `1.8.10` |
| Compose compiler | `1.4.3` |
| [Compose BOM](https://maven.google.com/web/index.html?q=compose-bom#androidx.compose:compose-bom) | `2023.01.00` |
| Material3 | `1.0.1` |
| Kotlin | `1.8.21` |
| Compose compiler | `1.4.7` |
| [Compose BOM](https://maven.google.com/web/index.html?q=compose-bom#androidx.compose:compose-bom) | `2023.05.01` |
| Material3 | `1.1.0` |

## Usage
To use this library in your project, in your app module's `build.gradle.kts` add:
Expand Down
2 changes: 1 addition & 1 deletion datetimepickers/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ publishing {
register<MavenPublication>("release") {
groupId = "com.marosseleng.android"
artifactId = "compose-material3-datetime-pickers"
version = "0.7.1"
version = "0.7.2"

afterEvaluate {
from(components["release"])
Expand Down

0 comments on commit 62c50fc

Please sign in to comment.