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

Commit a28ad79

Browse files
committed
prepare release
1 parent 2ffb119 commit a28ad79

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.2'
34+
compile 'com.code-troopers.betterpickers:library:2.5.3'
3535
```
3636

3737
### Maven
@@ -40,7 +40,7 @@ compile 'com.code-troopers.betterpickers:library:2.5.2'
4040
<dependency>
4141
<groupId>com.code-troopers.betterpickers</groupId>
4242
<artifactId>library</artifactId>
43-
<version>2.5.2</version>
43+
<version>2.5.3</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.2
20-
VERSION_CODE=252
19+
VERSION_NAME=2.5.3
20+
VERSION_CODE=253
2121
GROUP=com.code-troopers.betterpickers
2222

2323
ANDROID_BUILD_MIN_SDK_VERSION=9

0 commit comments

Comments
 (0)