Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
fchauveau committed Apr 10, 2016
1 parent 2ffb119 commit a28ad79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Including in Your Project
### Gradle

```groovy
compile 'com.code-troopers.betterpickers:library:2.5.2'
compile 'com.code-troopers.betterpickers:library:2.5.3'
```

### Maven
Expand All @@ -40,7 +40,7 @@ compile 'com.code-troopers.betterpickers:library:2.5.2'
<dependency>
<groupId>com.code-troopers.betterpickers</groupId>
<artifactId>library</artifactId>
<version>2.5.2</version>
<version>2.5.3</version>
<type>aar</type>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
VERSION_NAME=2.5.2
VERSION_CODE=252
VERSION_NAME=2.5.3
VERSION_CODE=253
GROUP=com.code-troopers.betterpickers

ANDROID_BUILD_MIN_SDK_VERSION=9
Expand Down

0 comments on commit a28ad79

Please sign in to comment.