Skip to content

Commit 288f0a9

Browse files
committed
Increase version number to 4.1.1
1 parent 8be7003 commit 288f0a9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 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-
implementation 'com.wdullaer:materialdatetimepicker:4.1.0'
45+
implementation 'com.wdullaer:materialdatetimepicker:4.1.1'
4646
}
4747
```
4848

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

245245
```groovy
246-
implementation ('com.wdullaer:materialdatetimepicker:4.1.0') {
246+
implementation ('com.wdullaer:materialdatetimepicker:4.1.1') {
247247
exclude group: 'androidx.appcompat'
248248
}
249249
```

README_ES.md

Lines changed: 2 additions & 2 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-
implementation 'com.wdullaer:materialdatetimepicker:4.1.0'
45+
implementation 'com.wdullaer:materialdatetimepicker:4.1.1'
4646
}
4747
```
4848
@@ -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-
implementation ('com.wdullaer:materialdatetimepicker:4.1.0') {
247+
implementation ('com.wdullaer:materialdatetimepicker:4.1.1') {
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=4.1.0
21-
VERSION_CODE=48
20+
VERSION_NAME=4.1.1
21+
VERSION_CODE=49
2222
GROUP=com.wdullaer
2323

2424
ANDROID_BUILD_MIN_SDK_VERSION=16

0 commit comments

Comments
 (0)