Skip to content

Commit 8de2040

Browse files
committed
Increased version number to 3.4.0
1 parent 9298f72 commit 8de2040

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
```java
4444
dependencies {
45-
compile 'com.wdullaer:materialdatetimepicker:3.3.1'
45+
compile 'com.wdullaer:materialdatetimepicker:3.4.0'
4646
}
4747
```
4848

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

225225
```groovy
226226
dependencies {
227-
compile 'co.infinum:materialdatetimepicker-support:3.3.1'
227+
compile 'co.infinum:materialdatetimepicker-support:3.4.0'
228228
}
229229
```
230230

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

240240
```groovy
241-
compile ('com.wdullaer:materialdatetimepicker:3.3.1') {
241+
compile ('com.wdullaer:materialdatetimepicker:3.4.0') {
242242
exclude group: 'com.android.support'
243243
}
244244
```

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.3.1
21-
VERSION_CODE=35
20+
VERSION_NAME=3.4.0
21+
VERSION_CODE=36
2222
GROUP=com.wdullaer
2323

2424
ANDROID_BUILD_MIN_SDK_VERSION=14

0 commit comments

Comments
 (0)