diff --git a/.gitignore b/.gitignore
index a4102d5..f89c579 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,6 +29,7 @@ mirror/
# Local configuration file (sdk path, etc)
local.properties
+deploy.properties
gradle.properties
# Proguard folder generated by Eclipse
diff --git a/README.MD b/README.MD
index b1cbf89..87af515 100644
--- a/README.MD
+++ b/README.MD
@@ -1,15 +1,19 @@
![AppIcon](../master/sample/src/main/res/mipmap-xxhdpi/ic_launcher.png)
-#FabOptions < WIP not production ready, please use with caution >
-###A multi-functional FAB component, with customizable _options_
+#FabOptions
-[![Download](https://api.bintray.com/packages/joaquimleyapps/opensource/FabOptions/images/download.svg?version=1.0) ](https://bintray.com/joaquimleyapps/opensource/FabOptions/1.0/link)
+[![Download](https://api.bintray.com/packages/joaquimleyapps/opensource/com.github.joaquimley%3Afaboptions/images/download.svg)](https://bintray.com/joaquimleyapps/opensource/com.github.joaquimley%3Afaboptions/_latestVersion)
![minSdkVersion](https://img.shields.io/badge/minSdkVersion-21-yellow.svg?style=true)
![compileSdkVersion](https://img.shields.io/badge/compileSdkVersion-25-green.svg?style=true)
+###A multi-functional FAB component with customizable options.
###Read more on the blog post: < WIP-Soon >
-Original concept by **Praveen Bisht** posted on [MaterialUp](https://www.uplabs.com/posts/options-floating-interaction), design turned into code into open source library.
+**Special thanks to [André Mion](https://github.com/andremion)** for the help provided on building this component.
+
+
+Original concept by **Praveen Bisht** posted on [MaterialUp](https://www.uplabs.com/posts/options-floating-interaction), turned into code into open source library.
+
![Gif concept sample](../master/art/faboptions_materialup_demo.gif)
@@ -20,17 +24,13 @@ Android implementation
##How to use
- Import gradle dependency:
-
- repositories {
- jcenter()
- }
dependencies {
- compile 'com.joaquimley:FabOptions:1.0'
+ compile 'com.github.joaquimley:faboptions:1.0.0'
}
-- Define a `menu` file with your buttons information e.g.
+- Define a `menu` file with your buttons information **e.g.**