File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ or for `app:build.gradle.kts`
3131
3232``` kotlin
3333dependencies {
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
279279The ` 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
317317The ` DateManager ` class provides utility functions for managing and formatting dates.
318318
You can’t perform that action at this time.
0 commit comments