Skip to content

Commit

Permalink
Increased version number to 3.6.4
Browse files Browse the repository at this point in the history
Fixes #522
  • Loading branch information
wdullaer committed Sep 20, 2018
1 parent 4f6ceb6 commit cbcdf54
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.6.3'
compile 'com.wdullaer:materialdatetimepicker:3.6.4'
}
```

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

```groovy
dependencies {
compile 'co.infinum:materialdatetimepicker-support:3.6.3'
compile 'co.infinum:materialdatetimepicker-support:3.6.4'
}
```

Expand All @@ -245,7 +245,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.6.3') {
compile ('com.wdullaer:materialdatetimepicker:3.6.4') {
exclude group: 'com.android.support'
}
```
Expand Down
6 changes: 3 additions & 3 deletions README_ES.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Selector de fecha | Selector de tiempo
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`
```groovy
a sus dependencias{
compile 'com.wdullaer:materialdatetimepicker:3.6.3'
compile 'com.wdullaer:materialdatetimepicker:3.6.4'
}
```
Expand Down Expand Up @@ -230,7 +230,7 @@ Si realmente necesita el `SupportDialogFragment` <tt>fragmento de diálogo de so

```groovy
dependencies {
compile 'co.infinum:materialdatetimepicker-support:3.6.3'
compile 'co.infinum:materialdatetimepicker-support:3.6.4'
}
```

Expand All @@ -244,7 +244,7 @@ puede desactivar la carga de la biblioteca de soporte para MaterialDateTimePicke
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.

```groovy
compile ('com.wdullaer:materialdatetimepicker:3.6.3') {
compile ('com.wdullaer:materialdatetimepicker:3.6.4') {
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.6.3
VERSION_CODE=44
VERSION_NAME=3.6.4
VERSION_CODE=45
GROUP=com.wdullaer

ANDROID_BUILD_MIN_SDK_VERSION=14
Expand Down

0 comments on commit cbcdf54

Please sign in to comment.