Skip to content

Commit 2e0abc7

Browse files
committed
Update README.md
1 parent 6cfc586 commit 2e0abc7

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
@@ -116,12 +116,14 @@ dependencies {
116116
The *commons* module contains extensions to the library that not everyone may need. This includes the
117117
`ColorChooserDialog`, `FolderChooserDialog`, the Material `Preference` classes, and `MaterialSimpleListAdapter`/`MaterialSimpleListItem`.
118118

119+
Replace `w.x.y.z` with the current version, which can be seen on that JitPack badge above.
120+
119121
```gradle
120122
dependencies {
121123
122124
// ... other dependencies here
123125
124-
compile('com.github.afollestad.material-dialogs:commons:0.8.5.2@aar') {
126+
compile('com.github.afollestad.material-dialogs:commons:w.x.y.z@aar') {
125127
transitive = true
126128
}
127129
}

0 commit comments

Comments
 (0)