Skip to content
This repository was archived by the owner on Sep 3, 2023. It is now read-only.

Commit c8839b3

Browse files
enricocidafollestad
authored andcommitted
Readme: update dependencies declarations to 3.3.0 (#1951)
1 parent 986dbac commit c8839b3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ core and normal-use functionality.
2929
```gradle
3030
dependencies {
3131
...
32-
implementation 'com.afollestad.material-dialogs:core:3.2.1'
32+
implementation 'com.afollestad.material-dialogs:core:3.3.0'
3333
}
3434
```
3535

@@ -46,7 +46,7 @@ The `input` module contains extensions to the core module, such as a text input
4646
```gradle
4747
dependencies {
4848
...
49-
implementation 'com.afollestad.material-dialogs:input:3.2.1'
49+
implementation 'com.afollestad.material-dialogs:input:3.3.0'
5050
}
5151
```
5252

@@ -63,7 +63,7 @@ The `files` module contains extensions to the core module, such as a file and fo
6363
```gradle
6464
dependencies {
6565
...
66-
implementation 'com.afollestad.material-dialogs:files:3.2.1'
66+
implementation 'com.afollestad.material-dialogs:files:3.3.0'
6767
}
6868
```
6969

@@ -80,7 +80,7 @@ The `color` module contains extensions to the core module, such as a color choos
8080
```gradle
8181
dependencies {
8282
...
83-
implementation 'com.afollestad.material-dialogs:color:3.2.1'
83+
implementation 'com.afollestad.material-dialogs:color:3.3.0'
8484
}
8585
```
8686

@@ -97,7 +97,7 @@ The `datetime` module contains extensions to make date, time, and date-time pick
9797
```gradle
9898
dependencies {
9999
...
100-
implementation 'com.afollestad.material-dialogs:datetime:3.2.1'
100+
implementation 'com.afollestad.material-dialogs:datetime:3.3.0'
101101
}
102102
```
103103

@@ -116,7 +116,7 @@ too!
116116
```gradle
117117
dependencies {
118118
...
119-
implementation 'com.afollestad.material-dialogs:bottomsheets:3.2.1'
119+
implementation 'com.afollestad.material-dialogs:bottomsheets:3.3.0'
120120
}
121121
```
122122

@@ -131,6 +131,6 @@ The `lifecycle` module contains extensions to make dialogs work with AndroidX li
131131
```gradle
132132
dependencies {
133133
...
134-
implementation 'com.afollestad.material-dialogs:lifecycle:3.2.1'
134+
implementation 'com.afollestad.material-dialogs:lifecycle:3.3.0'
135135
}
136136
```

0 commit comments

Comments
 (0)