Skip to content

Commit

Permalink
Increase version number to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wdullaer committed Jan 16, 2019
1 parent 8be7003 commit 288f0a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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 {
implementation 'com.wdullaer:materialdatetimepicker:4.1.0'
implementation 'com.wdullaer:materialdatetimepicker:4.1.1'
}
```

Expand Down Expand Up @@ -243,7 +243,7 @@ This library depends on some androidx support libraries. Because the jvm allows
Using the following snippet in your apps `build.gradle` file you can exclude this library's transitive appcompat library dependency from being installed.

```groovy
implementation ('com.wdullaer:materialdatetimepicker:4.1.0') {
implementation ('com.wdullaer:materialdatetimepicker:4.1.1') {
exclude group: 'androidx.appcompat'
}
```
Expand Down
4 changes: 2 additions & 2 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{
implementation 'com.wdullaer:materialdatetimepicker:4.1.0'
implementation 'com.wdullaer:materialdatetimepicker:4.1.1'
}
```
Expand Down Expand Up @@ -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
implementation ('com.wdullaer:materialdatetimepicker:4.1.0') {
implementation ('com.wdullaer:materialdatetimepicker:4.1.1') {
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=4.1.0
VERSION_CODE=48
VERSION_NAME=4.1.1
VERSION_CODE=49
GROUP=com.wdullaer

ANDROID_BUILD_MIN_SDK_VERSION=16
Expand Down

0 comments on commit 288f0a9

Please sign in to comment.