Skip to content

Commit ce3b14a

Browse files
committed
Increased version number to 3.5.1
1 parent b7687ca commit ce3b14a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Date Picker | Time Picker
4242
The easiest way to add the Material DateTime Picker library to your project is by adding it as a dependency to your `build.gradle`
4343
```groovy
4444
dependencies {
45-
compile 'com.wdullaer:materialdatetimepicker:3.5.0'
45+
compile 'com.wdullaer:materialdatetimepicker:3.5.1'
4646
}
4747
```
4848

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

229229
```groovy
230230
dependencies {
231-
compile 'co.infinum:materialdatetimepicker-support:3.5.0'
231+
compile 'co.infinum:materialdatetimepicker-support:3.5.1'
232232
}
233233
```
234234

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

244244
```groovy
245-
compile ('com.wdullaer:materialdatetimepicker:3.5.0') {
245+
compile ('com.wdullaer:materialdatetimepicker:3.5.1') {
246246
exclude group: 'com.android.support'
247247
}
248248
```

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.5.0
21-
VERSION_CODE=38
20+
VERSION_NAME=3.5.1
21+
VERSION_CODE=39
2222
GROUP=com.wdullaer
2323

2424
ANDROID_BUILD_MIN_SDK_VERSION=14

0 commit comments

Comments
 (0)