Skip to content

Commit

Permalink
Merge pull request #53 from marosseleng/feature/v0.3.0
Browse files Browse the repository at this point in the history
Prepare for v0.3.0.
  • Loading branch information
marosseleng authored Jan 10, 2023
2 parents bc8b96a + fc22cbf commit 4bd2fed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,15 @@ Highly customizable Jetpack Compose components with material3 support for date &

## Latest version

### 0.2.0 ([Changelog](https://github.com/marosseleng/compose-material3-datetime-pickers/compare/v0.1.2...v0.2.0))

#### Kotlin version: `1.7.20`

#### Compose compiler version: `1.3.2`

#### Compose BOM version: `2022.12.00`
For details of packages inside a BOM, download it's POM file from [Google's maven repository](https://maven.google.com/web/index.html?q=compose-bom#androidx.compose:compose-bom).

#### Material3 version: `1.0.1`
### 0.3.0 ([Changelog](https://github.com/marosseleng/compose-material3-datetime-pickers/compare/v0.2.0...v0.3.0))

## Versions
| Dependency | Version |
|:--------------------------------------------------------------------------------------------------------|-------------:|
| Kotlin | `1.7.20` |
| Compose compiler | `1.3.2` |
| [Compose BOM](https://maven.google.com/web/index.html?q=compose-bom#androidx.compose:compose-bom) | `2022.12.00` |
| Material3 | `1.0.1` |

## 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 @@ -81,7 +81,7 @@ publishing {
register<MavenPublication>("release") {
groupId = "com.marosseleng.android"
artifactId = "compose-material3-datetime-pickers"
version = "0.2.0"
version = "0.3.0"

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

0 comments on commit 4bd2fed

Please sign in to comment.