Skip to content

Commit df76d1d

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 64cd2ff + 22a5599 commit df76d1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Customizable Date Picker
2-
#### Latest version: 1.0.1
2+
#### Latest version: 1.0.0
33
This is a fully customizable date picker component for Android that offers a variety of customization options and a simple API for displaying a date picker with a wide range of features.
44

55
Please note that this library requires minSdk of 28.
@@ -18,7 +18,7 @@ To include the **Styro Custom Date Picker** in your project, add the following t
1818

1919
```gradle
2020
dependencies {
21-
implementation 'com.github.styropyr0:CustomizableDatePicker:1.0.1'
21+
implementation 'com.github.styropyr0:CustomizableDatePicker:1.0.0'
2222
}
2323
2424
```
@@ -27,7 +27,7 @@ or for `app:build.gradle.kts`
2727

2828
```kotlin
2929
dependencies {
30-
implementation("com.github.styropyr0:CustomizableDatePicker:1.0.1")
30+
implementation("com.github.styropyr0:CustomizableDatePicker:1.0.0")
3131
}
3232
```
3333
and add the following to your `settings.gradle` file (ignore if already included):

0 commit comments

Comments
 (0)