Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 5e7960f

Browse files
committed
prepare 2.5.4 release
1 parent 35a5881 commit 5e7960f

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGE_LOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11

22
Changelog
33
=========
4-
**2.5.next**
4+
**2.5.4**
55
* Add Czech translations (#267)
66
* Added min/max limits to RadialTimePicker (#272)
77
* Fix Recurrence To string formatter for monthly and yearly events (#270)
8+
* Add HMSPicker negative duration option (#281)
89

910
**2.5.3**
1011
* Add setter for changing cancel button label of RadialDatePicker (#266)

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Including in Your Project
3131
### Gradle
3232

3333
```groovy
34-
compile 'com.code-troopers.betterpickers:library:2.5.3'
34+
compile 'com.code-troopers.betterpickers:library:2.5.4'
3535
```
3636

3737
### Maven
@@ -40,7 +40,7 @@ compile 'com.code-troopers.betterpickers:library:2.5.3'
4040
<dependency>
4141
<groupId>com.code-troopers.betterpickers</groupId>
4242
<artifactId>library</artifactId>
43-
<version>2.5.3</version>
43+
<version>2.5.4</version>
4444
<type>aar</type>
4545
</dependency>
4646
```

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
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.3
20-
VERSION_CODE=253
19+
VERSION_NAME=2.5.4
20+
VERSION_CODE=254
2121
GROUP=com.code-troopers.betterpickers
2222

2323
ANDROID_BUILD_MIN_SDK_VERSION=9

0 commit comments

Comments
 (0)