rahulrj / Swipe_RecyclerView

Modifed SwipeList by 47deg to work with RecyclerView
168 stars 38 forks source link

Gradle Dependency #2

Closed u2gilles closed 9 years ago

u2gilles commented 9 years ago

I am trying to use the lib only in Studio. What dependency should i use in file build.gradle? The dependency of SwipeListView is : dependencies { compile ('com.fortysevendeg.swipelistview:swipelistview:1.0-SNAPSHOT@aar') { transitive = true } } But what is the dependency of Swipe_RecyclerView ? I can't find it on your sites.

PS : Is transitive = true necessary?

rahulrj commented 9 years ago

@u2gilles , using the dependency, we can reference the library from a central 'server' like maven central. But currently this facility is not available for this library. So you will have to include it with the project. But i will host it shortly.

u2gilles commented 9 years ago

Thanks. I will use the .AAR file for the moment.

emce commented 9 years ago

Can you give any ETA?