Browse Source

README update

Aidan Follestad 9 years ago
parent
commit
6a079ad850
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -95,7 +95,7 @@ You can create basic, list, single/multi choice, progress, input, etc. dialogs w
 
 ```gradle
 dependencies {
-    compile('com.afollestad.material-dialogs:core:0.8.1.1@aar') {
+    compile('com.afollestad.material-dialogs:core:0.8.1.0@aar') {
         transitive = true
     }
 }