Skip to content

Commit 602d97a

Browse files
committed
Increased version number to v3.6.2
1 parent b9054a9 commit 602d97a

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

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

226226
```groovy
227227
dependencies {
228-
compile 'co.infinum:materialdatetimepicker-support:3.6.1'
228+
compile 'co.infinum:materialdatetimepicker-support:3.6.2'
229229
}
230230
```
231231

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

241241
```groovy
242-
compile ('com.wdullaer:materialdatetimepicker:3.6.1') {
242+
compile ('com.wdullaer:materialdatetimepicker:3.6.2') {
243243
exclude group: 'com.android.support'
244244
}
245245
```

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.1'
45+
compile 'com.wdullaer:materialdatetimepicker:3.6.2'
4646
}
4747
```
4848
@@ -224,7 +224,7 @@ Si realmente necesita el `SupportDialogFragment` <tt>fragmento de diálogo de so
224224

225225
```groovy
226226
dependencies {
227-
compile 'co.infinum:materialdatetimepicker-support:3.6.1'
227+
compile 'co.infinum:materialdatetimepicker-support:3.6.2'
228228
}
229229
```
230230

@@ -238,7 +238,7 @@ puede desactivar la carga de la biblioteca de soporte para MaterialDateTimePicke
238238
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.
239239

240240
```groovy
241-
compile ('com.wdullaer:materialdatetimepicker:3.6.1') {
241+
compile ('com.wdullaer:materialdatetimepicker:3.6.2') {
242242
exclude group: 'com.android.support'
243243
}
244244
```

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.1
21-
VERSION_CODE=42
20+
VERSION_NAME=3.6.2
21+
VERSION_CODE=43
2222
GROUP=com.wdullaer
2323

2424
ANDROID_BUILD_MIN_SDK_VERSION=14

0 commit comments

Comments
 (0)