Skip to content

Commit b98f413

Browse files
committed
Increased version to 3.1.1
1 parent ecbae33 commit b98f413

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Date Picker | Time Picker
4141
The easiest way to add the Material DateTime Picker library to your project is by adding it as a dependency to your `build.gradle`
4242
```java
4343
dependencies {
44-
compile 'com.wdullaer:materialdatetimepicker:3.1.0'
44+
compile 'com.wdullaer:materialdatetimepicker:3.1.1'
4545
}
4646
```
4747

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
1919

20-
VERSION_NAME=3.1.0
21-
VERSION_CODE=26
20+
VERSION_NAME=3.1.1
21+
VERSION_CODE=27
2222
GROUP=com.wdullaer
2323

2424
ANDROID_BUILD_MIN_SDK_VERSION=14

0 commit comments

Comments
 (0)