@@ -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();
-```
+```