Skip to content

Commit b247e0f

Browse files
committed
Merge branch 'master' of github.com:mikepenz/MaterialDrawer
* 'master' of github.com:mikepenz/MaterialDrawer: Update README.md
2 parents e23c035 + 7096384 commit b247e0f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,9 @@ Here's a quick overview of functions it include:
2121

2222
##Include in your project
2323
###Using Maven
24-
~~The MaterialDrawer Library is pushed to [Maven Central](http://search.maven.org/#search|ga|1|g%3A%22com.mikepenz.materialdrawer%22),~~ so you just need to add the following dependency to your `build.gradle`.
25-
26-
Please use the SNAPSHOT repository for now.
24+
The MaterialDrawer Library is pushed to [Maven Central](http://search.maven.org/#search|ga|1|g%3A%22com.mikepenz.materialdrawer%22), so you just need to add the following dependency to your `build.gradle`.
2725

2826
```javascript
29-
repositories {
30-
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
31-
}
32-
3327
compile('com.mikepenz.materialdrawer:library:0.8.0@aar') {
3428
transitive = true
3529
}

0 commit comments

Comments
 (0)