1
0
Эх сурвалжийг харах

Gradle dependency info added to README.

Aidan Follestad 10 жил өмнө
parent
commit
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:+'
 }
 ```