Browse Source

README update

Aidan Follestad 10 years ago
parent
commit
60e55010fa
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -88,7 +88,7 @@ You can create basic, list, single/multi choice, progress, input, etc. dialogs w
 
 ```gradle
 dependencies {
-    compile 'com.afollestad.material-dialogs:core:0.8.0.0@aar'
+    compile 'com.afollestad.material-dialogs:core:0.8.0.1@aar'
 }
 ```
 
@@ -99,7 +99,7 @@ The *commons* module contains extensions to the library that not everyone may ne
 
 ```gradle
 dependencies {
-    compile 'com.afollestad.material-dialogs:commons:0.8.0.0@aar'
+    compile 'com.afollestad.material-dialogs:commons:0.8.0.1@aar'
 }
 ```