Skip to content

Commit

Permalink
Increased version number to 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wdullaer committed Feb 4, 2018
1 parent b7687ca commit ce3b14a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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`
```groovy
dependencies {
compile 'com.wdullaer:materialdatetimepicker:3.5.0'
compile 'com.wdullaer:materialdatetimepicker:3.5.1'
}
```

Expand Down Expand Up @@ -228,7 +228,7 @@ If you do really need `SupportDialogFragment`, you can fork the library (It invo

```groovy
dependencies {
compile 'co.infinum:materialdatetimepicker-support:3.5.0'
compile 'co.infinum:materialdatetimepicker-support:3.5.1'
}
```

Expand All @@ -242,7 +242,7 @@ library for MaterialDateTimePicker.
Using the following snippet in your apps `build.gradle` file you can exclude this library's transitive support library dependency from being installed.

```groovy
compile ('com.wdullaer:materialdatetimepicker:3.5.0') {
compile ('com.wdullaer:materialdatetimepicker:3.5.1') {
exclude group: 'com.android.support'
}
```
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=3.5.0
VERSION_CODE=38
VERSION_NAME=3.5.1
VERSION_CODE=39
GROUP=com.wdullaer

ANDROID_BUILD_MIN_SDK_VERSION=14
Expand Down

0 comments on commit ce3b14a

Please sign in to comment.