Skip to content

Commit 6cfc586

Browse files
committed
Update README.md
1 parent 48f3d82 commit 6cfc586

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

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

103+
Replace `w.x.y.z` with the current version, which can be seen on that JitPack badge above.
104+
103105
```gradle
104106
dependencies {
105107
...
106-
compile('com.github.afollestad.material-dialogs:core:0.8.6.0@aar') {
108+
compile('com.github.afollestad.material-dialogs:core:w.x.y.z@aar') {
107109
transitive = true
108110
}
109111
}

0 commit comments

Comments
 (0)