shamanland / floating-action-button

Implementation of a circular button made of paper that lifts and emits ink reactions on press.
http://shamanland.github.io/floating-action-button
Apache License 2.0
371 stars 88 forks source link

Error while loading the lib with maven #12

Closed chaimleu closed 9 years ago

chaimleu commented 9 years ago

I wrote the code like that:

<dependency>
        <groupId>com.shamanland</groupId>
        <artifactId>fab</artifactId>
        <version>0.0.6</version>
</dependency>

But I'm getting this error:Missing artifact com.shamanland:fab:jar:0.0.6

Any Idea how to fix it?

Thanks Haim

ok3141 commented 9 years ago

Package type is aar, add this tag:

<type>aar</type>
chaimleu commented 9 years ago

Solved, Thank you very much :)