Skip to content

Commit 8cea752

Browse files
committed
Update README.md
1 parent 4392ed3 commit 8cea752

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,10 @@ allprojects {
101101
The *core* module contains all the major classes of this library, including `MaterialDialog` and `AlertDialogWrapper`.
102102
You can create basic, list, single/multi choice, progress, input, etc. dialogs with core.
103103

104-
Replace `w.x.y.z` with the current version, which can be seen on the JitPack badge at the top of this document.
105-
106104
```gradle
107105
dependencies {
108106
...
109-
compile('com.github.afollestad.material-dialogs:core:0.8.5.2@aar') {
107+
compile('com.github.afollestad.material-dialogs:core:0.8.5.3@aar') {
110108
transitive = true
111109
}
112110
}
@@ -117,14 +115,12 @@ dependencies {
117115
The *commons* module contains extensions to the library that not everyone may need. This includes the
118116
`ColorChooserDialog`, `FolderChooserDialog`, the Material `Preference` classes, and `MaterialSimpleListAdapter`/`MaterialSimpleListItem`.
119117

120-
Replace `w.x.y.z` with the current version, which can be seen on that JitPack badge above.
121-
122118
```gradle
123119
dependencies {
124120
125121
// ... other dependencies here
126122
127-
compile('com.github.afollestad.material-dialogs:commons:0.8.5.2@aar') {
123+
compile('com.github.afollestad.material-dialogs:commons:0.8.5.3@aar') {
128124
transitive = true
129125
}
130126
}

0 commit comments

Comments
 (0)