Skip to content

Commit 0c2959f

Browse files
committed
Update README.md
1 parent b3a6f3d commit 0c2959f

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,12 @@ It is a Foursquare like button that expands into three buttons.
99
Including in your project
1010
-------------------------
1111

12-
The library supports the Android gradle build system. Create a `contrib` folder in your project, clone the library into that folder
13-
and add this to your `settings.gradle`:
14-
15-
include 'contrib:ExpandableButtonMenu:library'
16-
17-
and to your `build.gradle`:
12+
The library is available on Maven Central
1813

1914
dependencies {
20-
compile project('contrib:ExpandableButtonMenu:library')
15+
compile 'co.lemonlabs:expandable-button-menu:1.0.0'
2116
}
2217

23-
or you can check the demo code.
2418

2519
Usage
2620
-----

0 commit comments

Comments
 (0)