Skip to content

Commit 95a4f08

Browse files
committed
Increased version number to v3.5.0
1 parent ac1a2ef commit 95a4f08

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ Date Picker | Time Picker
4040

4141
## Setup
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`
43-
```java
43+
```groovy
4444
dependencies {
45-
compile 'com.wdullaer:materialdatetimepicker:3.4.1'
45+
compile 'com.wdullaer:materialdatetimepicker:3.5.0'
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.4.1'
231+
compile 'co.infinum:materialdatetimepicker-support:3.5.0'
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.4.1') {
245+
compile ('com.wdullaer:materialdatetimepicker:3.5.0') {
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.4.1
21-
VERSION_CODE=37
20+
VERSION_NAME=3.5.0
21+
VERSION_CODE=38
2222
GROUP=com.wdullaer
2323

2424
ANDROID_BUILD_MIN_SDK_VERSION=14

0 commit comments

Comments
 (0)