Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

are there any gradle release? #126

Open
jjhesk opened this issue Jun 28, 2014 · 4 comments
Open

are there any gradle release? #126

jjhesk opened this issue Jun 28, 2014 · 4 comments

Comments

@jjhesk
Copy link

jjhesk commented Jun 28, 2014

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

@rajasaur
Copy link

rajasaur commented Jul 7, 2014

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

@dajver
Copy link

dajver commented Jan 15, 2015

repositories {
mavenCentral()
}

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

@salihyalcin
Copy link

@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
Copy link

its an apklib file
not aar file
please give help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants