Closed ChrisMCMine closed 9 years ago
/sub
This would be extremely useful
+1
+1
+1
+1
+1
+1
It's the only thing keeping me from using this library.
+1
As simple quick workaround you can use my repository as maven repository.
Just add to build.gradle
...
repositories {
maven { url 'https://github.com/danikula/FloatingActionButton-aar/raw/gh-pages' }
...
}
dependencies {
compile 'com.faizmalkani.floatingactionbutton:library:1.0'
...
}
I got the following error when building the project after adding the library, with the @danikula workaround:
Error:Attribute "color" has already been defined
Any idea?
@ojacquemart That means there is an attribute defined in your project or in another library project with the name "color". To fix this either change the color attribute to something else, for example "fabColor" or change the other color attribute in your project.
@Kennyc1012 Thanks. I was having same problem as @ojacquemart and your suggestion helped.
@FaizMalkani why was this closed? Do you intent to put this on Maven Central or JCenter?
@mikeholler , yes I'm working on some code cleanup, following which I'll push it to Maven Central
Please add FAB to the Maven Central, makes it easier to manage dependencies with gradle.