This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
22Changelog
33=========
4- ** 2.5.next **
4+ ** 2.5.1 **
55* Fix day dates not visible in CalendarDatePicker (#252 )
66* Fix Fragment restoration for NumberPicker (#254 )
77
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Including in Your Project
3131### Gradle
3232
3333``` groovy
34- compile 'com.code-troopers.betterpickers:library:2.5.0 '
34+ compile 'com.code-troopers.betterpickers:library:2.5.1 '
3535```
3636
3737### Maven
@@ -40,7 +40,7 @@ compile 'com.code-troopers.betterpickers:library:2.5.0'
4040<dependency >
4141 <groupId >com.code-troopers.betterpickers</groupId >
4242 <artifactId >library</artifactId >
43- <version >2.5.0 </version >
43+ <version >2.5.1 </version >
4444 <type >aar</type >
4545</dependency >
4646```
Original file line number Diff line number Diff line change 1616# This option should only be used with decoupled projects. More details, visit
1717# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818# org.gradle.parallel=true
19- VERSION_NAME =2.5.0
19+ VERSION_NAME =2.5.1
2020VERSION_CODE =250
2121GROUP =com.code-troopers.betterpickers
2222
You can’t perform that action at this time.
0 commit comments