faizmalkani / Fabulous

[DEPRECATED]
MIT License
479 stars 117 forks source link

Add to maven Central Repository #9

Closed ChrisMCMine closed 9 years ago

ChrisMCMine commented 10 years ago

Please add FAB to the Maven Central, makes it easier to manage dependencies with gradle.

cnbuff410 commented 10 years ago

/sub

afollestad commented 10 years ago

This would be extremely useful

danikula commented 10 years ago

+1

samoilovich commented 10 years ago

+1

Fiddl3 commented 10 years ago

+1

jaydp17 commented 10 years ago

+1

adnbsr commented 10 years ago

+1

Pkmmte commented 10 years ago

+1

It's the only thing keeping me from using this library.

chipcerio commented 10 years ago

+1

danikula commented 10 years ago

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'
    ...
}
ojacquemart commented 9 years ago

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?

Kennyc1012 commented 9 years ago

@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.

paracha3 commented 9 years ago

@Kennyc1012 Thanks. I was having same problem as @ojacquemart and your suggestion helped.

mikeholler commented 9 years ago

@FaizMalkani why was this closed? Do you intent to put this on Maven Central or JCenter?

faizmalkani commented 9 years ago

@mikeholler , yes I'm working on some code cleanup, following which I'll push it to Maven Central