florent37/Carpaccio

Error while syncing gradle in Android Studio

Closed this issue · 2 comments

I get the following error if I add this to my project in my build.gradle file:
Error:Module version com.github.florent37:carpacciocontrollers:1.0.0 depends on libraries but is not a library itself

Thx, I'm working on it 👍

gradle don't like the dependencies with my 2 modules, so I merged them
I'll see in a future version if I can separate them

you can now use :

compile ('com.github.florent37:carpaccio:1.0.0@aar'){
    transitive=true
}