Переглянути джерело

Gradle dependency info added to README.

Aidan Follestad 10 роки тому
батько
коміт
e670dc911f
1 змінених файлів з 1 додано та 1 видалено
  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
 dependencies {
     compile fileTree(dir: 'libs', include: ['*.jar'])
-    compile 'com.afollestad.material-dialogs:+'
+    compile 'com.afollestad:material-dialogs:+'
 }
 ```