Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
onurtskn authored Oct 13, 2021
1 parent ec195e0 commit bb287dd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ Support for Android 5.0 (API level 21) and up.
## Implementation
Add it in your root build.gradle at the end of repositories:

```css
```gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
The easiest way to add the Compose Date Picker library to your project is by adding it as a dependency to your `build.gradle`
```css
```gradle
dependencies {
implementation 'com.github.DogusTeknoloji:compose-date-picker:1.0.1'
}
implementation 'com.github.DogusTeknoloji:compose-date-picker:1.0.1'
}
```
## Usage Compose Date Picker

Expand Down

0 comments on commit bb287dd

Please sign in to comment.