Browse Source

Update README.md

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

+ 1 - 2
README.md

@@ -17,7 +17,6 @@ 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:+'
 }
 ```
@@ -309,4 +308,4 @@ dialog.show();
 
 dialog.hideActions();
 dialog.showActions();
-```
+```