bauerca / drag-sort-listview

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

are there any gradle release? #126

Open jjhesk opened 10 years ago

jjhesk commented 10 years ago

If this project can be imported into gradle i can use it in the android studio..

rajasaur commented 10 years ago

Please look at https://github.com/JayH5/drag-sort-listview

dajver commented 9 years ago

repositories { mavenCentral() }

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

salihyalcin commented 9 years ago

@dajver

When i add this dependencies on my project failed to find this dependency ?

build.gradle (Project) allprojects { repositories { jcenter() mavenCentral() }

build.gradle (Module:app) dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:appcompat-v7:21.0.3'

compile 'asia.ivity.android:drag-sort-listview-apklib:1.0@apklib'

}
yeganehaym commented 9 years ago

its an apklib file not aar file please give help