We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a6f3d commit 0c2959fCopy full SHA for 0c2959f
README.md
@@ -9,18 +9,12 @@ It is a Foursquare like button that expands into three buttons.
9
Including in your project
10
-------------------------
11
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`:
+The library is available on Maven Central
18
19
dependencies {
20
- compile project('contrib:ExpandableButtonMenu:library')
+ compile 'co.lemonlabs:expandable-button-menu:1.0.0'
21
}
22
23
-or you can check the demo code.
24
25
Usage
26
-----
0 commit comments