Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ Screenshot

Including in your project
-------------------------
###Using Maven
### Using Maven
FButton Library is pushed to [Maven Central](http://search.maven.org/#search|ga|1|fbutton), so you just need to add the following dependency to your `build.gradle`.

dependencies {
compile 'info.hoang8f:fbutton:1.0.5'
}


###Manually
### Manually
Copy/merge the following files to corresponding folder/file:
+ info/hoang8f/widget/FButton.java
+ res/values/attrs.xml
Expand Down