This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Changelog
3
3
=========
4
- ** 2.5.next **
4
+ ** 2.5.4 **
5
5
* Add Czech translations (#267 )
6
6
* Added min/max limits to RadialTimePicker (#272 )
7
7
* Fix Recurrence To string formatter for monthly and yearly events (#270 )
8
+ * Add HMSPicker negative duration option (#281 )
8
9
9
10
** 2.5.3**
10
11
* Add setter for changing cancel button label of RadialDatePicker (#266 )
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Including in Your Project
31
31
### Gradle
32
32
33
33
``` groovy
34
- compile 'com.code-troopers.betterpickers:library:2.5.3 '
34
+ compile 'com.code-troopers.betterpickers:library:2.5.4 '
35
35
```
36
36
37
37
### Maven
@@ -40,7 +40,7 @@ compile 'com.code-troopers.betterpickers:library:2.5.3'
40
40
<dependency >
41
41
<groupId >com.code-troopers.betterpickers</groupId >
42
42
<artifactId >library</artifactId >
43
- <version >2.5.3 </version >
43
+ <version >2.5.4 </version >
44
44
<type >aar</type >
45
45
</dependency >
46
46
```
Original file line number Diff line number Diff line change 16
16
# This option should only be used with decoupled projects. More details, visit
17
17
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18
18
# org.gradle.parallel=true
19
- VERSION_NAME =2.5.3
20
- VERSION_CODE =253
19
+ VERSION_NAME =2.5.4
20
+ VERSION_CODE =254
21
21
GROUP =com.code-troopers.betterpickers
22
22
23
23
ANDROID_BUILD_MIN_SDK_VERSION =9
You can’t perform that action at this time.
0 commit comments