* NOTE:THE PROJECT IS STILL UNDER DEVELOPMENT AND MIGHT HAVE SOME BUGS. PLEASE DON'T REPORT ANY ISSUES TILL FURTHER NOTICE!TO ADD ANYTHING FEEL FREE TO FORK THE PROJECT
dependencies {
compile 'com.android.support:recyclerview-v7:21.0.0'
compile 'com.android.support:support-v4:20.+'
compile "com.HackWeiser360.swipelayout:library:1.2.0@aar"
}<dependency>
<groupId>com.google.android</groupId>
<artifactId>support-v4</artifactId>
<version>r6</version>
</dependency>
<dependency>
<groupId>com.google.android</groupId>
<artifactId>recyclerview-v7</artifactId>
<version>21.0.0</version>
</dependency>
<dependency>
<groupId>com.HackWeiser360.swipelayout</groupId>
<artifactId>library</artifactId>
<version>1.2.0</version>
<type>apklib</type>
</dependency>Make sure to use the internal adapter instead of your own!