|
@@ -116,12 +116,14 @@ dependencies {
|
|
|
The *commons* module contains extensions to the library that not everyone may need. This includes the
|
|
|
`ColorChooserDialog`, `FolderChooserDialog`, the Material `Preference` classes, and `MaterialSimpleListAdapter`/`MaterialSimpleListItem`.
|
|
|
|
|
|
+Replace `w.x.y.z` with the current version, which can be seen on that JitPack badge above.
|
|
|
+
|
|
|
```gradle
|
|
|
dependencies {
|
|
|
|
|
|
// ... other dependencies here
|
|
|
|
|
|
- compile('com.github.afollestad.material-dialogs:commons:0.8.5.2@aar') {
|
|
|
+ compile('com.github.afollestad.material-dialogs:commons:w.x.y.z@aar') {
|
|
|
transitive = true
|
|
|
}
|
|
|
}
|