Skip to content

Commit 396145c

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 177f0fc + 9ce48ff commit 396145c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ or for `app:build.gradle.kts`
3131

3232
```kotlin
3333
dependencies {
34-
implementation("com.github.styropyr0:CustomizableDatePicker:1.0")
34+
implementation("com.github.styropyr0:CustomizableDatePicker:1.1")
3535
}
3636
```
3737

@@ -274,7 +274,7 @@ The `CustomCalendarResources` singleton provides a variety of methods for custom
274274
CustomCalendarResources.setYearDropdownFontSize(12f)
275275
```
276276

277-
### 3. The `show()` Method
277+
## The `show()` Method
278278

279279
The `show()` method is used to display the date picker with full flexibility. Here's a detailed breakdown of the parameters:
280280

@@ -312,7 +312,7 @@ datePicker.show(
312312
}
313313
```
314314

315-
### 4. DateManager Class
315+
## DateManager Class
316316

317317
The `DateManager` class provides utility functions for managing and formatting dates.
318318

0 commit comments

Comments
 (0)