bauerca / drag-sort-listview

Android ListView with drag and drop reordering.
3.2k stars 1.44k forks source link

How to add this library in an Android Studio #156

Open AnandSingh opened 7 years ago

AnandSingh commented 7 years ago

How to add this library in an Android Studio, any help would be appreciable.

winne27 commented 7 years ago

in the file gradle.build:

dependencies { ... compile 'asia.ivity.android:drag-sort-listview:1.0' ... }

AnandSingh commented 7 years ago

Thanks a lot