cymcsg / UltimateRecyclerView

A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.
Apache License 2.0
7.22k stars 1.43k forks source link

gradle please? #1

Closed Swisyn closed 9 years ago

Swisyn commented 9 years ago

Thank you for amazing lib!

I'd like to use it in one of my project, could you host it in maven please?

cymcsg commented 9 years ago

Thank you for using Ultimate Recyclerview. I'll try to host it in jcenter this week when I fix most bugs in current version.You can watch the repository.

In addition,I think it is a good idea for you to fork the repository rather than cloning the repository and push it.

Swisyn commented 9 years ago

Thank you so much for quick reply. Actually it's good to upload it as beta to start using. I've cloned it to host in maven myself but now i forked it.

cymcsg commented 9 years ago

Thank you.Now you can use

repositories {
        jcenter()
    }
dependencies {
    ...
    compile 'com.marshalchen.ultimaterecyclerview:library:0.1.0'
}

to include the lib.