Skip to content

Commit

Permalink
Increased version to 2.5.0
Browse files Browse the repository at this point in the history
Fixes #227
Fixes #226
  • Loading branch information
wdullaer committed Aug 11, 2016
1 parent ad80b3a commit bd3c816
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Date Picker | Time Picker
The easiest way to add the Material DateTime Picker library to your project is by adding it as a dependency to your `build.gradle`
```java
dependencies {
compile 'com.wdullaer:materialdatetimepicker:2.4.0'
compile 'com.wdullaer:materialdatetimepicker:2.5.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=2.4.0
VERSION_CODE=23
VERSION_NAME=2.5.0
VERSION_CODE=24
GROUP=com.wdullaer

ANDROID_BUILD_MIN_SDK_VERSION=14
Expand Down

0 comments on commit bd3c816

Please sign in to comment.