Browse Source

Gradle dependency info added to README.

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

+ 1 - 1
README.md

@@ -18,7 +18,7 @@ Easily reference the library in your Android projects using this dependency in y
 ```Groovy
 ```Groovy
 dependencies {
 dependencies {
     compile fileTree(dir: 'libs', include: ['*.jar'])
     compile fileTree(dir: 'libs', include: ['*.jar'])
-    compile 'com.afollestad.material-dialogs:+'
+    compile 'com.afollestad:material-dialogs:+'
 }
 }
 ```
 ```