Skip to content

Commit cbcdf54

Browse files
committed
Increased version number to 3.6.4
Fixes #522
1 parent 4f6ceb6 commit cbcdf54

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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.6.3'
45+
compile 'com.wdullaer:materialdatetimepicker:3.6.4'
4646
}
4747
```
4848

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

232232
```groovy
233233
dependencies {
234-
compile 'co.infinum:materialdatetimepicker-support:3.6.3'
234+
compile 'co.infinum:materialdatetimepicker-support:3.6.4'
235235
}
236236
```
237237

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

247247
```groovy
248-
compile ('com.wdullaer:materialdatetimepicker:3.6.3') {
248+
compile ('com.wdullaer:materialdatetimepicker:3.6.4') {
249249
exclude group: 'com.android.support'
250250
}
251251
```

README_ES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Selector de fecha | Selector de tiempo
4242
La forma más fácil de agregar a la Biblioteca la _Material DateTime Picker_ a su proyecto es agregarla como una dependencia `build.gradle`
4343
```groovy
4444
a sus dependencias{
45-
compile 'com.wdullaer:materialdatetimepicker:3.6.3'
45+
compile 'com.wdullaer:materialdatetimepicker:3.6.4'
4646
}
4747
```
4848
@@ -230,7 +230,7 @@ Si realmente necesita el `SupportDialogFragment` <tt>fragmento de diálogo de so
230230

231231
```groovy
232232
dependencies {
233-
compile 'co.infinum:materialdatetimepicker-support:3.6.3'
233+
compile 'co.infinum:materialdatetimepicker-support:3.6.4'
234234
}
235235
```
236236

@@ -244,7 +244,7 @@ puede desactivar la carga de la biblioteca de soporte para MaterialDateTimePicke
244244
Usando el siguiente fragmento en el archivo `build.gradle` de su aplicación, puede excluir la posibilidad de que se instale la biblioteca de soporte transitivo de esta biblioteca.
245245

246246
```groovy
247-
compile ('com.wdullaer:materialdatetimepicker:3.6.3') {
247+
compile ('com.wdullaer:materialdatetimepicker:3.6.4') {
248248
exclude group: 'com.android.support'
249249
}
250250
```

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.6.3
21-
VERSION_CODE=44
20+
VERSION_NAME=3.6.4
21+
VERSION_CODE=45
2222
GROUP=com.wdullaer
2323

2424
ANDROID_BUILD_MIN_SDK_VERSION=14

0 commit comments

Comments
 (0)