Browse Source

Update README.md

Aidan Follestad 9 years ago
parent
commit
2e0abc735e
1 changed files with 3 additions and 1 deletions
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -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
     }
 }