Skip to content

Commit dc02b22

Browse files
committed
Increase version number to v4.2.2
Update android gradle plugin
1 parent 4eb0a6b commit dc02b22

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.2.1'
45+
implementation 'com.wdullaer:materialdatetimepicker:4.2.2'
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.2.1') {
246+
implementation ('com.wdullaer:materialdatetimepicker:4.2.2') {
247247
exclude group: 'androidx.appcompat'
248248
exclude group: 'androidx.recyclerview'
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.2.1'
45+
implementation 'com.wdullaer:materialdatetimepicker:4.2.2'
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.2.1') {
247+
implementation ('com.wdullaer:materialdatetimepicker:4.2.2') {
248248
exclude group: 'androidx.appcompat'
249249
exclude group: 'androidx.recyclerview'
250250
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
jcenter()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.4.1'
9+
classpath 'com.android.tools.build:gradle:3.4.2'
1010

1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ org.gradle.jvmargs=-Xmx1536m
1616
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1717
# org.gradle.parallel=true
1818

19-
VERSION_NAME=4.2.1
20-
VERSION_CODE=52
19+
VERSION_NAME=4.2.2
20+
VERSION_CODE=53
2121
GROUP=com.wdullaer
2222

2323
ANDROID_BUILD_MIN_SDK_VERSION=16

0 commit comments

Comments
 (0)